Marcel Telka
2024-04-02 ded0590d1aa4a00827d9243c187f4fe62e72b48f
Obsolete python/pytest-tempdir

8 files deleted
2 files modified
418 ■■■■■ changed files
components/meta-packages/history/history 2 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/Makefile 38 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/manifests/sample-manifest.p5m 42 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/patches/01-PytestDeprecationWarning.patch 13 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/pkg5 11 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/pytest-tempdir-PYVER.p5m 42 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/pytest-tempdir.license 202 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/python-integrate-project.conf 20 ●●●●● patch | view | raw | blame | history
components/python/pytest-tempdir/test/results-all.master 47 ●●●●● patch | view | raw | blame | history
make-rules/setup.py.mk 1 ●●●● patch | view | raw | blame | history
components/meta-packages/history/history
@@ -1027,6 +1027,8 @@
library/python/pytest-freezegun-37@0.4.2,5.11-2022.1.0.2
library/python/pytest-freezegun-39@0.4.2,5.11-2022.1.0.2 library/python/pytest-freezer-39
library/python/pytest-freezegun@0.4.2,5.11-2022.1.0.2 library/python/pytest-freezer
library/python/pytest-tempdir-39@2019.10.12,5.11-2023.0.0.2
library/python/pytest-tempdir@2019.10.12,5.11-2023.0.0.2
library/python/python-gnome-desktop-26@2.32.0,5.11-2016.0.1.6
library/python/python-gnome-desktop-27@2.32.0,5.11-2017.0.0.9
library/python/python-gnome-desktop@2.32.0,5.11-2017.0.0.9
components/python/pytest-tempdir/Makefile
File was deleted
components/python/pytest-tempdir/manifests/sample-manifest.p5m
File was deleted
components/python/pytest-tempdir/patches/01-PytestDeprecationWarning.patch
File was deleted
components/python/pytest-tempdir/pkg5
File was deleted
components/python/pytest-tempdir/pytest-tempdir-PYVER.p5m
File was deleted
components/python/pytest-tempdir/pytest-tempdir.license
File was deleted
components/python/pytest-tempdir/python-integrate-project.conf
File was deleted
components/python/pytest-tempdir/test/results-all.master
File was deleted
make-rules/setup.py.mk
@@ -466,7 +466,6 @@
$(eval $(call disable-pytest-plugin,subprocess,pytest-subprocess))
$(eval $(call disable-pytest-plugin,subtests,pytest-subtests))
$(eval $(call disable-pytest-plugin,system-statistics,pytest-system-statistics))
$(eval $(call disable-pytest-plugin,tempdir,pytest-tempdir))        # adds line to test report header
$(eval $(call disable-pytest-plugin,time_machine,time-machine))
$(eval $(call disable-pytest-plugin,timeout,pytest-timeout))
$(eval $(call disable-pytest-plugin,travis-fold,pytest-travis-fold))