Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
clients
python
DuniterPy
Merge requests
!168
#188
: Introduce Python 3.10 test job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#188
: Introduce Python 3.10 test job
188_Py_310
into
main
Overview
0
Commits
2
Pipelines
6
Changes
2
Merged
Moul
requested to merge
188_Py_310
into
main
3 years ago
Overview
0
Commits
2
Pipelines
6
Changes
2
Expand
Minimal pytest v6.2.5 for Py3.10 support
https://docs.pytest.org/en/6.2.x/changelog.html#pytest-6-2-5-2021-08-29
Close
#188 (closed)
Edited
3 years ago
by
Moul
0
0
Merge request reports
Compare
main
version 3
87657609
3 years ago
version 2
5f784632
3 years ago
version 1
36be206e
3 years ago
main (base)
and
latest version
latest version
63e69b59
2 commits,
3 years ago
version 3
87657609
2 commits,
3 years ago
version 2
5f784632
2 commits,
3 years ago
version 1
36be206e
1 commit,
3 years ago
2 files
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
6
−
0
Options
@@ -114,6 +114,12 @@ tests:3.9:cov:
-
poetry install
-
poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term
tests:3.10
:
extends
:
.tests
tags
:
[
redshift
]
variables
:
PYTHON_VERSION
:
"
3.10"
release
:
stage
:
release
script
:
Loading