diff --git a/noxfile.py b/noxfile.py index e43d2ba..eac123e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -207,7 +207,7 @@ def test(session): # test cases that require the slow installation of R and some packages. if session.env.get('_slow_ci_tests'): session.run( - 'pytest', '--randomly-seed=4287', '-m', 'r', PYTEST_LOCATION, + 'pytest', '--randomly-seed=4287', '-m', 'r and not db', PYTEST_LOCATION, ) # In the "ci-tests-slow" session, we do not run any test tool