Skip to content

Commit

Permalink
fix: use branch version for experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jun 3, 2024
1 parent cee2152 commit fb7f321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fb7f321

Please sign in to comment.