diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-08-21 13:18:20 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2018-08-21 13:30:13 +0100 |
commit | 54d152252171e9a4da8b4bfef6a5fcf947fb9d97 (patch) | |
tree | b8b723fcf017ef19061fe98db55b88441b93d542 /dev-requirements.txt | |
parent | 24da69cfc0502d6fc32621c2b009e4eefde1489b (diff) | |
download | buildstream-54d152252171e9a4da8b4bfef6a5fcf947fb9d97.tar.gz |
dev-requirements.txt: Pin versions of pytest and pylint
These packages should only be updated as a deliberate change and the
code should be tested with the new versions to ensure that the test
still pass.
Any future updates should also happen in sync with the
buildstream-docker-images repository so that the testsuite base images
also enforce the same restrictions for the development requirements.
Replaces https://gitlab.com/BuildStream/buildstream/merge_requests/684.
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 81429f0ef..ee2db0351 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,7 @@ coverage == 4.4.0 pep8 -pytest >= 3.1.0 +pylint == 2.1.1 +pytest >= 3.7 pytest-cov >= 2.5.0 pytest-datafiles pytest-env |