summaryrefslogtreecommitdiff
path: root/requirements/dev-requirements.txt
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-03 10:19:19 +0000
committerBenjamin Schubert <contact@benschubert.me>2020-08-05 20:50:02 +0100
commitf45f33b90c76556a216818a0f178fdcaa7606015 (patch)
treed0e1ff50b497a0a83b58b175287c3301dd711ce9 /requirements/dev-requirements.txt
parent104c715b5da2b32abfe317f81f93beb9890e4ff6 (diff)
downloadbuildstream-f45f33b90c76556a216818a0f178fdcaa7606015.tar.gz
requirements.txt: Update dependenciesbschubert/update-to-pytest-6
This now pulls in pytest > 6.0.1, which has a few breaking changes Fix #1377
Diffstat (limited to 'requirements/dev-requirements.txt')
-rw-r--r--requirements/dev-requirements.txt29
1 files changed, 14 insertions, 15 deletions
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 5a8ab1863..b6b9e83b3 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,32 +1,31 @@
pexpect==4.8.0
-pylint==2.5.2
-# Pytest 5.4.0 and 5.4.1 have a bug with --basetemp and xdist
-# We should not install those
-pytest==5.4.2
+pylint==2.5.3
+# Pytest 6.0.0 doesn't play well with pylint
+pytest==6.0.1
pytest-datafiles==2.0
pytest-env==0.6.2
-pytest-xdist==1.32.0
-pytest-timeout==1.3.4
+pytest-xdist==1.34.0
+pytest-timeout==1.4.2
pyftpdlib==1.5.6
## The following requirements were added by pip freeze:
apipkg==1.5
-astroid==2.4.1
+astroid==2.4.2
attrs==19.3.0
execnet==1.7.1
-importlib-metadata==1.6.0
+importlib-metadata==1.7.0
+iniconfig==1.0.1
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
-more-itertools==8.2.0
-packaging==20.3
+more-itertools==8.4.0
+packaging==20.4
pluggy==0.13.1
ptyprocess==0.6.0
-py==1.8.1
+py==1.9.0
pyparsing==2.4.7
-pytest-forked==1.1.3
-six==1.14.0
-toml==0.10.0
+pytest-forked==1.3.0
+six==1.15.0
+toml==0.10.1
typed-ast==1.4.1
-wcwidth==0.1.9
wrapt==1.12.1
zipp==3.1.0