diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
| commit | 8e8120eabdd28020aa69c7a60505cce2edd20adc (patch) | |
| tree | 061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-python/setproctitle/files | |
| parent | c16790af2c9b4cbc38e565d4311252193ff85484 (diff) | |
| download | baldeagleos-repo-21.1.2.tar.gz baldeagleos-repo-21.1.2.tar.xz baldeagleos-repo-21.1.2.zip | |
Updating liguros repo21.1.2
Diffstat (limited to 'dev-python/setproctitle/files')
| -rw-r--r-- | dev-python/setproctitle/files/setproctitle-1.2-pypy3.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/setproctitle/files/setproctitle-1.2-pypy3.patch b/dev-python/setproctitle/files/setproctitle-1.2-pypy3.patch deleted file mode 100644 index 01d4b0e4dd53..000000000000 --- a/dev-python/setproctitle/files/setproctitle-1.2-pypy3.patch +++ /dev/null @@ -1,46 +0,0 @@ -From b13b7254fa10b4ba461c03b0f1f03858a2368bdc Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Wed, 25 Nov 2020 09:29:18 +0100 -Subject: [PATCH] Fix skipping embedded tests with pypy - -Fix skipping embedded tests by using the 'skipif' decorator. The tests -need to be skipped early, as otherwise they error out trying to -initialize pyconfig fixture. ---- - tests/setproctitle_test.py | 8 ++------ - 1 file changed, 2 insertions(+), 6 deletions(-) - -diff --git a/tests/setproctitle_test.py b/tests/setproctitle_test.py -index 5d73733..7b679df 100644 ---- a/tests/setproctitle_test.py -+++ b/tests/setproctitle_test.py -@@ -340,12 +340,10 @@ print(os.popen("ps -x -o pid,command 2> /dev/null").read()) - - - @pytest.mark.embedded -+@pytest.mark.skipif(IS_PYPY, reason="skip test, pypy") - def test_embedded(pyrun, spt_directory): - """Check the module works with embedded Python. - """ -- if IS_PYPY: -- pytest.skip("skip test, pypy") -- - if not os.path.exists("/proc/%s/cmdline" % os.getpid()): - pytest.skip("known failure: '/proc/PID/cmdline' not available") - -@@ -371,11 +369,9 @@ print(os.popen("ps -x -o pid,command 2> /dev/null").read()) - - - @pytest.mark.embedded -+@pytest.mark.skipif(IS_PYPY, reason="skip test, pypy") - def test_embedded_many_args(pyrun, spt_directory): - """Check more complex cmdlines are handled in embedded env too.""" -- if IS_PYPY: -- pytest.skip("skip test, pypy") -- - if not os.path.exists("/proc/%s/cmdline" % os.getpid()): - pytest.skip("known failure: '/proc/PID/cmdline' not available") - --- -2.29.2 - |
