Skip to content
GitLab
Explore
Sign in
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Merge requests
!14
"libraries/git@git.astron.nl:rtsd/hdl.git" did not exist on "4aba84c2909e726b2e9f64b917ab60146219596a"
Resolve
CWG-43
and
CWG-42
by applying tox 4 compatability.
Code
Review changes
Check out branch
Download
Patches
Plain diff
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
Corné Lukken
requested to merge
CWG-43
into
main
2 years ago
Overview
3
Commits
4
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
CWG-43
Closes
CWG-42
Edited
2 years ago
by
Corné Lukken
0
0
Merge request reports
Compare
main
version 1
cd6fa95d
2 years ago
main (base)
and
latest version
latest version
d76e90af
4 commits,
2 years ago
version 1
cd6fa95d
3 commits,
2 years ago
2 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
setup.cfg
+
1
−
1
Options
@@ -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