summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 18:50:21 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 20:28:31 +0200
commit3420964a2ed8fd553e07efb1096b14dddcd2332c (patch)
tree5d14692e711621da30389b810676833f696c3ce3
parent628c266c0a2b0a0498d78d8a9a01704557e46c00 (diff)
downloadpylint-git-3420964a2ed8fd553e07efb1096b14dddcd2332c.tar.gz
Add editable install in requirements_test_min.txt
Closes #4306
-rw-r--r--.github/workflows/ci.yaml4
-rw-r--r--requirements_test_min.txt1
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 050061798..082c3d094 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -51,7 +51,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt
- pip install -e .
- name: Generate pre-commit restore key
id: generate-pre-commit-key
run: >-
@@ -181,7 +180,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt
- pip install -e .
pytest-linux:
name: Run tests Python ${{ matrix.python-version }} (Linux)
@@ -353,7 +351,6 @@ jobs:
. venv\\Scripts\\activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test_min.txt
- pip install -e .
pytest-windows:
name: Run tests Python ${{ matrix.python-version }} (Windows)
@@ -432,7 +429,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test_min.txt
- pip install -e .
pytest-pypy:
name: Run tests Python ${{ matrix.python-version }}
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 4c918ac05..f45556b88 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,3 +1,4 @@
+-e .
astroid==2.5.2 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.2