We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226e2b3 commit 6802f17Copy full SHA for 6802f17
noxfile.py
@@ -18,7 +18,7 @@
18
19
# Always install latest pip version
20
os.environ["VIRTUALENV_DOWNLOAD"] = "1"
21
-nox.options.sessions = "lint", "test", "integration", "coverage"
+nox.options.sessions = "lint", "test", "coverage"
22
23
24
def install(session: nox.Session, *args, editable=False, **kwargs):
0 commit comments