Add latest version of py-pytest-runner (#13299)
This commit is contained in:
parent
3a2eeedf20
commit
f832f12ca6
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@ class PyPytestRunner(PythonPackage):
|
|||
"""Invoke py.test as distutils command with dependency resolution."""
|
||||
|
||||
homepage = "https://github.com/pytest-dev/pytest-runner"
|
||||
url = "https://pypi.io/packages/source/p/pytest-runner/pytest-runner-2.11.1.tar.gz"
|
||||
url = "https://pypi.io/packages/source/p/pytest-runner/pytest-runner-5.1.tar.gz"
|
||||
|
||||
import_modules = ['ptr']
|
||||
|
||||
version('5.1', sha256='25a013c8d84f0ca60bb01bd11913a3bcab420f601f0f236de4423074af656e7a')
|
||||
version('2.11.1', sha256='983a31eab45e375240e250161a556163bc8d250edaba97960909338c273a89b3')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
|
Loading…
Reference in a new issue