We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ba8dd commit 7d0cd42Copy full SHA for 7d0cd42
test/test_interface.py
@@ -180,3 +180,11 @@ def test_version_update_pypi():
180
s.root_path = (Path(__file__).parent / "test_source").resolve()
181
did_update = s._update_version_pypi(test=True)
182
assert did_update
183
+
184
+ s.disable_autoupdate = True
185
+ did_update = s._update_version_pypi()
186
+ assert not did_update
187
188
+ s.disable_autoupdate = False
189
190
0 commit comments