Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Commits
16321f8e
Commit
16321f8e
authored
1 year ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Remove nose from tox.ini + add py312
parent
eadcadb1
No related branches found
No related tags found
1 merge request
!76
Resolve "Remove nose.tools dependency"
Pipeline
#49509
failed
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+4
-3
4 additions, 3 deletions
tox.ini
with
4 additions
and
3 deletions
tox.ini
+
4
−
3
View file @
16321f8e
[tox]
envlist
=
py37, py38, py39, py310, py311
envlist
=
py37, py38, py39, py310, py311
, py312
skip_missing_interpreters
=
true
[pycodestyle]
...
...
@@ -12,12 +12,13 @@ max-line-length=100
setenv
=
PASSWORD_STORE_DIR = {env:HOME}/.password-store
passenv
=
PYCAOSDBINI
deps
=
pytest
nose
pytest-cov
python-dateutil
setuptools
jsonschema
commands_pre
=
pip install ../caosdb-pylib/
python
--version
python
-c
"import
caosdb
; print(caosdb
.version.version)"
python
-c
"import
linkahead
; print(linkahead
.version.version)"
# Add "-x" to stop at first error.
commands
=
pytest --cov=caosdb -vv {posargs}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment