Skip to content

Commit

Permalink
Merge branch 'main' into fix-print
Browse files Browse the repository at this point in the history
  • Loading branch information
meredithslota authored Nov 21, 2022
2 parents 156d05e + f71ca83 commit a499901
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ def unit(session):
run_args.append(get_path("tests", "unit"))
session.run(*run_args)

# Do not run cover session for Python 2, or it will fail
if not session.posargs and session.python[0] != "2":
if not session.posargs:
session.notify("cover")


Expand Down

0 comments on commit a499901

Please sign in to comment.