diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-06 01:15:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-06 01:15:36 +0000 |
| commit | 9519861e1deaaa22bd2c1b021dba8f67421e56a2 (patch) | |
| tree | 1b2b4f74a56bea467eb88bd946e626ea08b71119 /dev-python/pytest-order | |
| parent | 8488ab42f07541592e47934cff6fd50ce69a0673 (diff) | |
| download | baldeagleos-repo-9519861e1deaaa22bd2c1b021dba8f67421e56a2.tar.gz baldeagleos-repo-9519861e1deaaa22bd2c1b021dba8f67421e56a2.tar.xz baldeagleos-repo-9519861e1deaaa22bd2c1b021dba8f67421e56a2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-order')
| -rw-r--r-- | dev-python/pytest-order/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-order/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-python/pytest-order/pytest-order-1.1.0.ebuild | 34 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/pytest-order/Manifest b/dev-python/pytest-order/Manifest new file mode 100644 index 000000000000..f5d10edcee2d --- /dev/null +++ b/dev-python/pytest-order/Manifest @@ -0,0 +1 @@ +DIST pytest-order-1.1.0.tar.gz 43385 BLAKE2B e0bb40d89dbbb382dec2828d024b9a9a8353c87a89d0d9fce517df2be248dc3d9f24672a91f6a9dd82e473d41fb677cc13ef1201563e25402288d5144a8742c0 SHA512 0ce0e0b0437031e672acb838f9e2bb40c2ee8afcc8463c779959309ace125b3a4c92efcf5e156c97037fa6b8d51c255e7cf272427e44587608c2a370289dd3c3 diff --git a/dev-python/pytest-order/metadata.xml b/dev-python/pytest-order/metadata.xml new file mode 100644 index 000000000000..f4c4fc90a218 --- /dev/null +++ b/dev-python/pytest-order/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>andrewammerlaan@gentoo.org</email> + <name>Andrew Ammerlaan</name> + </maintainer> + + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pytest-order/pytest-order-1.1.0.ebuild b/dev-python/pytest-order/pytest-order-1.1.0.ebuild new file mode 100644 index 000000000000..d5434216c219 --- /dev/null +++ b/dev-python/pytest-order/pytest-order-1.1.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi + +DESCRIPTION="pytest plugin to run your tests in a specific order" +HOMEPAGE=" + https://github.com/pytest-dev/pytest-order + https://pypi.org/project/pytest-order/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-python/pytest-6.4.2[${PYTHON_USEDEP}]" + +EPYTEST_DESELECT=( + # Appears to fail due to extra warning in pytest 7 + "tests/test_dependency.py::test_order_dependencies_no_auto_mark" + "tests/test_dependency.py::test_order_dependencies_auto_mark" + "tests/test_order_group_scope_dep.py::test_class_group_scope_module_scope" + "tests/test_order_group_scope_named_dep.py::test_class_group_scope_module_scope" + "tests/test_xdist_handling.py::test_xdist_ordering" +) + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source |
