Skip to content

Commit

Permalink
tries fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 27, 2024
1 parent 58def80 commit da08afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def isInPublicCI():
"""
are we running in a public Continuous Integration Environment?
"""
return getpass.getuser() in ["travis", "runner", "wf"]
return getpass.getuser() in ["travis", "runner"]

def inPublicCI(self):
return BaseTest.isInPublicCI()
Expand Down

0 comments on commit da08afe

Please sign in to comment.