From 3fd671f5a9739825f41ef389c5997e327457f53c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 10 Dec 2020 09:35:24 -0500 Subject: [PATCH] python3-virtualenv: update to 20.2.2. --- srcpkgs/python3-virtualenv/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index 3c60793425..fc0010d96d 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,23 +1,25 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv -version=20.2.1 +version=20.2.2 revision=1 wrksrc="virtualenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-setuptools python3-appdirs python3-distlib python3-filelock python3-six" -checkdepends="tox python3-devel $depends" +checkdepends="python3-pytest-mock python3-flaky python3-devel $depends" short_desc="Virtual Python environment builder" maintainer="Orphaned " license="MIT" homepage="https://virtualenv.pypa.io/" changelog="https://virtualenv.pypa.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz" -checksum=e0aac7525e880a429764cefd3aaaff54afb5d9f25c82627563603f5d7de5a6e5 +checksum=b7a8ec323ee02fb2312f098b6b4c9de99559b462775bc8fe3627a73706603c1b alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3" do_check() { - tox -e py${py3_ver/./} + # test_periodic_update* depends on pytest-freezegun, not packaged in Void + vsed -e '/addopts/d' -i setup.cfg + PYTHONPATH=src python3 -m pytest -k 'not test_periodic_update' } post_install() {