Skip to content

Commit

Permalink
fix: file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jun 3, 2024
1 parent fb7f321 commit 9987f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def test(session):
"""Run all the test using the environment varialbe of the running machine."""
session.install(".[test]")
session.install("git+https://github.com/12rambau/sphinx.git@windows")
test_files = session.posargs or ["tests"]
session.run("pytest", "--color=yes", "--cov", "--cov-report=xml", *test_files)

0 comments on commit 9987f0d

Please sign in to comment.