]> git.pld-linux.org Git - packages/python-pytest.git/blobdiff - python-pytest-tests.patch
- updated to 4.6.11
[packages/python-pytest.git] / python-pytest-tests.patch
index e28f6238522dd98a8f965b5b44b021f3d4ca3a3d..8f15548701717d5d3e7500a7d7e5a366ce6acbc0 100644 (file)
              assert str(item.source) == "{{ h()}}:"
  
  
+--- pytest-4.6.11/testing/acceptance_test.py.orig      2020-06-05 14:09:02.000000000 +0200
++++ pytest-4.6.11/testing/acceptance_test.py   2020-09-15 19:53:44.014482984 +0200
+@@ -145,6 +145,7 @@
+             return (DummyDist(entry_points),)
+         monkeypatch.setattr(importlib_metadata, "distributions", my_dists)
++        monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD", raising=False)
+         params = ("-p", "mycov") if load_cov_early else ()
+         testdir.runpytest_inprocess(*params)
+         if load_cov_early:
This page took 0.023538 seconds and 4 git commands to generate.