Skip to content
Snippets Groups Projects
Commit 3fd9dfbd authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

Run all tests on integration test runner

parent f1527a46
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
...@@ -28,6 +28,8 @@ checks: ...@@ -28,6 +28,8 @@ checks:
stage: check stage: check
only: [merge_requests] only: [merge_requests]
allow_failure: true allow_failure: true
tags:
- integration
script: script:
- export PATH=/home/gitlab-runner/.local/bin:$PATH - export PATH=/home/gitlab-runner/.local/bin:$PATH
# We'd like to run the pre-commit hooks only on files that are being # We'd like to run the pre-commit hooks only on files that are being
...@@ -44,6 +46,8 @@ checks: ...@@ -44,6 +46,8 @@ checks:
pytest: pytest:
stage: test stage: test
only: [merge_requests] only: [merge_requests]
tags:
- integration
script: script:
- export LANG=C # Hopefully detect anything relying on locale - export LANG=C # Hopefully detect anything relying on locale
- python3 -m pip install ".[test]" - python3 -m pip install ".[test]"
...@@ -79,6 +83,8 @@ automated_test: ...@@ -79,6 +83,8 @@ automated_test:
cython-editable-install-test: cython-editable-install-test:
stage: test stage: test
only: [merge_requests] only: [merge_requests]
tags:
- integration
script: script:
- python3 -m pip install -e ".[test]" - python3 -m pip install -e ".[test]"
- python3 -m pytest --color yes --verbose ./tests/test_cythonalgs.py - python3 -m pytest --color yes --verbose ./tests/test_cythonalgs.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment