Commit f9094477 authored by Jason R. Coombs's avatar Jason R. Coombs

Relax overfitted test. Fixes #1425.

parent e9bdeda0
...@@ -18,7 +18,7 @@ class TestRegisterTest: ...@@ -18,7 +18,7 @@ class TestRegisterTest:
cmd.run() cmd.run()
cmd.announce.assert_called_once_with( cmd.announce.assert_called_with(
"WARNING: Registering is deprecated, use twine to upload instead " "WARNING: Registering is deprecated, use twine to upload instead "
"(https://pypi.org/p/twine/)", "(https://pypi.org/p/twine/)",
log.WARN log.WARN
...@@ -36,7 +36,7 @@ class TestRegisterTest: ...@@ -36,7 +36,7 @@ class TestRegisterTest:
with pytest.raises(Exception): with pytest.raises(Exception):
cmd.run() cmd.run()
cmd.announce.assert_called_once_with( cmd.announce.assert_called_with(
"WARNING: Registering is deprecated, use twine to upload instead " "WARNING: Registering is deprecated, use twine to upload instead "
"(https://pypi.org/p/twine/)", "(https://pypi.org/p/twine/)",
log.WARN log.WARN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment