Date: Friday, February 28, 2020 @ 12:20:46 Author: felixonmars Revision: 585782
upgpkg: python-pytest-randomly 3.2.0-1 Modified: python-pytest-randomly/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-28 11:59:09 UTC (rev 585781) +++ PKGBUILD 2020-02-28 12:20:46 UTC (rev 585782) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-randomly -pkgver=3.1.0 +pkgver=3.2.0 pkgrel=1 pkgdesc='Pytest plugin to randomly order tests and control random.seed' arch=('any') @@ -8,15 +8,10 @@ license=('BSD') url='https://github.com/pytest-dev/pytest-randomly' depends=('python-pytest') -checkdepends=('python-entrypoints' 'python-faker' 'python-numpy' 'python-factory-boy') +checkdepends=('python-factory-boy' 'python-faker' 'python-numpy') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz") -sha512sums=('dc5272f343a660125241d20cfe6cd98aff59749b491b5f86f9acddfe2c464d5f03a378365e30e385db043131ea03f47d620e8370611e9c5157eae7295fe59850') +sha512sums=('899c3036b14ac21345c75ff7e7232acc3254390b0ac3262a989c50acc4cf3ed506c5cd5c1e36ba513761e20ae27e586b7b370e4d920270ead8652d29bf72ffce') -prepare() { - cd pytest-randomly-$pkgver - sed -i 's/pytest.py: error: argument --randomly-seed/pytest: error: argument --randomly-seed/' test_pytest_randomly.py -} - build() { cd pytest-randomly-$pkgver python setup.py build @@ -24,8 +19,8 @@ check() { cd pytest-randomly-$pkgver - python setup.py egg_info - pytest + # TODO: Understand why... + PYTHONPATH="$PWD/src" pytest --deselect tests/test_pytest_randomly.py::test_entrypoint_injection } package() {
