forked from pool/python-devpi-client
from :misc OBS-URL: https://build.opensuse.org/request/show/730493 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=1
15 lines
590 B
Diff
15 lines
590 B
Diff
--- devpi-client-5.0.0/testing/test_upload.py.orig 2019-09-13 09:09:28.701349155 +0700
|
|
+++ devpi-client-5.0.0/testing/test_upload.py 2019-09-13 09:09:49.097574807 +0700
|
|
@@ -45,11 +45,6 @@
|
|
|
|
@pytest.mark.skipif("config.option.fast")
|
|
class TestCheckout:
|
|
- @pytest.fixture(autouse=True)
|
|
- def no_sys_executable(self, monkeypatch):
|
|
- """ make sure sys.executable is not used accidentally. """
|
|
- monkeypatch.setattr(sys, "executable", None)
|
|
-
|
|
@pytest.fixture(scope="class", params=[".", "setupdir"])
|
|
def setupdir_rel(self, request):
|
|
return request.param
|