Skip to content

Commit

Permalink
Merge pull request #473 from equinor/add_requirements_test.txt
Browse files Browse the repository at this point in the history
Use requirements_test.txt in ci
  • Loading branch information
jcrivenaes authored Feb 1, 2021
2 parents ec06f6c + 283bca5 commit 6490764
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-xtgeo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
CIBW_BEFORE_TEST: |
cd {project}
pip install -r requirements.txt
pip install pytest
pip install -r requirements_test.txt
CIBW_TEST_COMMAND: |
cd {project}
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install_package () {
}

install_test_dependencies () {
pip install -r requirements_dev.txt
pip install -r requirements_test.txt
}

start_tests () {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.10.4
numpy>=1.10.4,<1.20
shapely>=1.6.2
matplotlib>=1.5
scipy>=0.17
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest

0 comments on commit 6490764

Please sign in to comment.