Skip to content

Commit

Permalink
test: somethin
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jun 3, 2024
1 parent e68b838 commit 552f09b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def mypy(session):
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")
session.install(
"git+https://github.com/12rambau/sphinx.git@27cb8ead601299e0fba8a98a298ddffc0c482812"
)
test_files = session.posargs or ["tests"]
session.run("pytest", "--color=yes", "--cov", "--cov-report=xml", *test_files)

0 comments on commit 552f09b

Please sign in to comment.