Skip to content

Commit 3ebbb75

Browse files
authored
Merge pull request #655 from common-workflow-language/fix_release
clear args from py.test
2 parents 1dd7762 + 1255890 commit 3ebbb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
from .util import get_data
2929

30+
sys.argv = ['']
3031

3132
class TestParamMatching(unittest.TestCase):
3233
def test_params(self):

0 commit comments

Comments
 (0)