Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Merge requests
!14
Resolve
CWG-43
and
CWG-42
by applying tox 4 compatability.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
CWG-43
and
CWG-42
by applying tox 4 compatability.
CWG-43
into
main
Overview
3
Commits
4
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Resolve CWG-43 and CWG-42 by applying tox 4 compatability.
Corné Lukken
requested to merge
CWG-43
into
main
Jan 23, 2023
Overview
3
Commits
4
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Closes
CWG-43
Closes
CWG-42
Edited
Jan 23, 2023
by
Corné Lukken
0
0
Merge request reports
Compare
main
version 1
cd6fa95d
Jan 23, 2023
main (base)
and
latest version
latest version
d76e90af
4 commits,
Jan 27, 2023
version 1
cd6fa95d
3 commits,
Jan 23, 2023
2 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
setup.cfg
+
1
−
1
View file @ d76e90af
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,7 +29,7 @@ include_package_data = true
packages
=
find:
python_requires
=
>=3.7
install_requires
=
importlib-metadata>=0.12
;python_version<"3.8"
importlib-metadata>=0.12
,
<5.0
;python_version<"3.8"
numpy
[flake8]
Loading