Skip to content

Commit

Permalink
refactor: F481 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Dec 7, 2024
2 parents 36d5973 + 383b6fb commit ca337ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/noxfile.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def test(session):
def ci_test(session):
"""Run all the test and report coverage in xml."""
session.install(".[test]")
name = session.posargs[0] if session.posargs else "default"
session.run("pytest", "--cov", "--cov-report=xml")


Expand Down

0 comments on commit ca337ae

Please sign in to comment.