summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-06 15:04:23 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-06 17:28:53 +0100
commitd7cc8bedd1be8f69abc9e981775498569cae18c2 (patch)
tree394cfa8f4a2d78ef82921c455e34197fb1709734
parentdc1f92d9bc81db9d1b05243a89227ac7399134fa (diff)
downloadpylint-git-d7cc8bedd1be8f69abc9e981775498569cae18c2.tar.gz
Relax test's dependencies so we're not spammed by dependabot
-rw-r--r--requirements_test.txt14
-rw-r--r--requirements_test_min.txt4
2 files changed, 9 insertions, 9 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index 931181ab4..9f702393b 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -1,9 +1,9 @@
-r requirements_test_pre_commit.txt
-r requirements_test_min.txt
-coveralls==3.0.0
-coverage==5.5
-pre-commit==2.10.1
-pyenchant==3.2.0
-pytest-cov==2.11.1
-pytest-profiling==1.7.0
-pytest-xdist==2.2.1
+coveralls~=3.0
+coverage~=5.5
+pre-commit~=2.10
+pyenchant~=3.2
+pytest-cov~=2.11
+pytest-profiling~=1.7
+pytest-xdist~=2.2
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index c7c7168f5..1d08ef627 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,3 +1,3 @@
astroid==2.5.1
-pytest==6.2.2
-pytest-benchmark==3.2.3
+pytest~=6.2
+pytest-benchmark~=3.2