Skip to content

Commit

Permalink
smol test with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Mar 4, 2025
1 parent 483a4d8 commit d4b5ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def tests(session, shard):
if session.python.startswith("3.13") and shard in PY313_INCOMPATIBLE_SHARDS:
session.skip(f"Skipping {shard=} as it is not compatible with Python 3.13")

if session.python.startswith("3.9") and shard in PY309_INCOMPATIBLE_SHARDS:
session.skip(f"Skipping {shard=} as it is not compatible with Python 3.9")
# if session.python.startswith("3.9") and shard in PY309_INCOMPATIBLE_SHARDS:
# session.skip(f"Skipping {shard=} as it is not compatible with Python 3.9")

session.install("-e", f".[{shard},test]")
session.chdir("tests")
Expand Down

0 comments on commit d4b5ce0

Please sign in to comment.