Skip to content
forked from spack/spack

Commit

Permalink
Browse files Browse the repository at this point in the history
Dropping atomicwrites dependency: pytest-dev/pytest#6147
  • Loading branch information
iarspider authored Jun 3, 2020
1 parent 600e2cf commit c9a1d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/py-pytest/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class PyPytest(PythonPackage):

import_modules = ['pytest']

version('5.3.4', sha256='1d122e8be54d1a709e56f82e2d85dcba3018313d64647f38a91aec88c239b600')
version('5.2.1', sha256='ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0')
version('5.1.1', sha256='c3d5020755f70c82eceda3feaf556af9a341334414a8eca521a18f463bcead88')
version('4.6.9', sha256='19e8f75eac01dd3f211edd465b39efbcbdc8fc5f7866d7dd49fedb30d8adf339')
Expand Down Expand Up @@ -48,7 +49,7 @@ class PyPytest(PythonPackage):
depends_on('[email protected]:', when='@3.5:', type=('build', 'run'))
depends_on('[email protected]:', when='@3.5.1:', type=('build', 'run'))
depends_on('[email protected]:6.0.0', when='@4.2.1:4.6.9 ^python@:2', type=('build', 'run'))
depends_on('[email protected]:', when='@3.6:', type=('build', 'run'))
depends_on('[email protected]:', when='@3.6:5.2.999', type=('build', 'run'))
depends_on('[email protected]:0.999', when='@4.6:', type=('build', 'run'))
depends_on('[email protected]:0.9.999,0.11:0.999', when='@4.5.0:4.5.999', type=('build', 'run'))
depends_on('[email protected]:', when='@4.4.2:4.4.999', type=('build', 'run'))
Expand Down

0 comments on commit c9a1d95

Please sign in to comment.