Skip to content

Commit

Permalink
Merge pull request #1146 from ethho/dev-tests-plat-143-modernpy
Browse files Browse the repository at this point in the history
PLAT-143: Test compatibility with Python 3.10 and 3.11
A-Baji authored Jan 3, 2024
2 parents e4e377a + 23a7588 commit 73945d2
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
@@ -58,6 +58,10 @@ jobs:
py_ver: ["3.9"]
mysql_ver: ["8.0", "5.7"]
include:
- py_ver: "3.11"
mysql_ver: "8.0"
- py_ver: "3.10"
mysql_ver: "8.0"
- py_ver: "3.8"
mysql_ver: "5.7"
- py_ver: "3.7"
2 changes: 0 additions & 2 deletions LNX-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -87,11 +87,9 @@ services:
- -c
- |
set -e
pip install --user nose nose-cov
pip install -e .
pip list --format=freeze | grep datajoint
pytest -sv --cov-report term-missing --cov=datajoint tests
nosetests -vsw tests_old --with-coverage --cover-package=datajoint
# ports:
# - "8888:8888"
user: ${HOST_UID:-1000}:anaconda

0 comments on commit 73945d2

Please sign in to comment.