Skip to content

Commit

Permalink
rename test-run.txt to nox-deps.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Dec 16, 2021
1 parent ba0b9c2 commit 033c88c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: "3.9"
- name: Install Python Dependencies
run: pip install -r requirements/test-run.txt
run: pip install -r requirements/nox-deps.txt
- name: Run Tests
env: { "CI": "true" }
run: nox -s test_python_suite -- --headless
Expand All @@ -45,7 +45,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Python Dependencies
run: pip install -r requirements/test-run.txt
run: pip install -r requirements/nox-deps.txt
- name: Run Tests
env: { "CI": "true" }
run: nox -s test_python -- --headless --no-cov
Expand All @@ -61,7 +61,7 @@ jobs:
with:
python-version: "3.9"
- name: Install Python Dependencies
run: pip install -r requirements/test-run.txt
run: pip install -r requirements/nox-deps.txt
- name: Run Tests
env: { "CI": "true" }
run: nox -s test_docs
Expand All @@ -73,7 +73,7 @@ jobs:
with:
node-version: "14"
- name: Install Python Dependencies
run: pip install -r requirements/test-run.txt
run: pip install -r requirements/nox-deps.txt
- name: Run Tests
env: { "CI": "true" }
run: nox -s test_javascript
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
-r requirements/pkg-deps.txt
-r requirements/pkg-extras.txt
-r requirements/test-env.txt
-r requirements/test-run.txt
-r requirements/nox-deps.txt
File renamed without changes.

0 comments on commit 033c88c

Please sign in to comment.