Skip to content

Commit 808e0eb

Browse files
committed
Revert "raise pytest warnings to errors so they are caught by CI"
This reverts commit da532ff.
1 parent da532ff commit 808e0eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def test(session):
4242
session.install(".[test]")
4343

4444
options = session.posargs
45-
# -W=error raises pytest warnings to errors so they are caught by CI
46-
session.run('pytest', '--ignore', 'examples/', '-v', '-W=error', *options)
45+
session.run('pytest', '--ignore', 'examples/', '-v', *options)
4746

4847

4948
@nox.session

0 commit comments

Comments
 (0)