diff --git a/noxfile.py b/noxfile.py index 37da6e1..9eb8d2c 100644 --- a/noxfile.py +++ b/noxfile.py @@ -34,6 +34,6 @@ def mypy(session): @nox.session(reuse_venv=True) def test(session): """Run all the test using the environment varialbe of the running machine.""" - session.install("--verbose", ".[test]") - # session.run("pytest", "--color=yes", "--cov", "--cov-report=html", *test_files) - session.run("sphinx-build", "--bug-report") + session.install(".[test]") + session.install("git+https://github.com/12rambau/sphinx.git@windows") + session.run("pytest", "--color=yes", "--cov", "--cov-report=xml", *test_files)