Skip to content

Commit

Permalink
Remove debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtcppv committed Dec 26, 2024
1 parent 8c31df3 commit de6718a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ def pytest_collection_modifyitems(config, items):
for item in items:
found_it = False
for key in item.keywords:
print(f"Key = {key}")
if key == "test_alt_bucket_upload":
found_it = True
if found_it:
print("ADDING SKIP")
item.add_marker(alt_bucket)


Expand Down

0 comments on commit de6718a

Please sign in to comment.