modified: var/spack/repos/builtin/packages/py-pytest/package.py (#8890)

This commit is contained in:
Sajid Ali 2018-08-06 09:21:49 -05:00 committed by Adam J. Stewart
parent 377e957f3b
commit 3fc1a65867

View file

@ -29,13 +29,14 @@ class PyPytest(PythonPackage):
"""pytest: simple powerful testing with Python.""" """pytest: simple powerful testing with Python."""
homepage = "http://pytest.org/" homepage = "http://pytest.org/"
url = "https://pypi.io/packages/source/p/pytest/pytest-3.5.1.tar.gz" url = "https://pypi.io/packages/source/p/pytest/pytest-3.7.1.tar.gz"
import_modules = [ import_modules = [
'_pytest', '_pytest.assertion', '_pytest._code', '_pytest', '_pytest.assertion', '_pytest._code',
'_pytest.mark', 'pytest' '_pytest.mark', 'pytest'
] ]
version('3.7.1', '2704e16bb2c11af494167f80a7cd37c4')
version('3.5.1', 'ffd870ee3ca561695d2f916f0f0f3c0b') version('3.5.1', 'ffd870ee3ca561695d2f916f0f0f3c0b')
version('3.0.7', '89c60546507dc7eb6e9e40a6e9f720bd') version('3.0.7', '89c60546507dc7eb6e9e40a6e9f720bd')
version('3.0.2', '61dc36e65a6f6c11c53b1388e043a9f5') version('3.0.2', '61dc36e65a6f6c11c53b1388e043a9f5')