Add pytest@5.3.4 (#16927)
Dropping atomicwrites dependency: https://github.com/pytest-dev/pytest/issues/6147
This commit is contained in:
parent
6f6c243699
commit
16e8e434c2
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
@ -48,7 +49,7 @@ class PyPytest(PythonPackage):
|
|||
depends_on('py-attrs@17.4.0:', when='@3.5:', type=('build', 'run'))
|
||||
depends_on('py-more-itertools@4.0.0:', when='@3.5.1:', type=('build', 'run'))
|
||||
depends_on('py-more-itertools@4.0.0:6.0.0', when='@4.2.1:4.6.9 ^python@:2', type=('build', 'run'))
|
||||
depends_on('py-atomicwrites@1.0:', when='@3.6:', type=('build', 'run'))
|
||||
depends_on('py-atomicwrites@1.0:', when='@3.6:5.2.999', type=('build', 'run'))
|
||||
depends_on('py-pluggy@0.12:0.999', when='@4.6:', type=('build', 'run'))
|
||||
depends_on('py-pluggy@0.9.0:0.9.999,0.11:0.999', when='@4.5.0:4.5.999', type=('build', 'run'))
|
||||
depends_on('py-pluggy@0.11:', when='@4.4.2:4.4.999', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue