Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KM3NeT TestData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
km3py
KM3NeT TestData
Commits
139b7407
Commit
139b7407
authored
2 years ago
by
Tamas Gal
Browse files
Options
Downloads
Plain Diff
Merge branch 'remove-python27-support' into 'master'
Remove Python 2.7 stuff and clean up See merge request
!29
parents
8ebcdabd
6ca81723
No related branches found
Branches containing commit
Tags
v0.4.1
Tags containing commit
1 merge request
!29
Remove Python 2.7 stuff and clean up
Pipeline
#32195
passed with warnings
2 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-9
0 additions, 9 deletions
.gitlab-ci.yml
km3net_testdata/__init__.py
+0
-2
0 additions, 2 deletions
km3net_testdata/__init__.py
km3net_testdata/__main__.py
+1
-2
1 addition, 2 deletions
km3net_testdata/__main__.py
with
1 addition
and
13 deletions
.gitlab-ci.yml
+
0
−
9
View file @
139b7407
...
...
@@ -30,15 +30,6 @@ stages:
reports
:
junit
:
"
reports/junit*.xml"
test-py2.7
:
image
:
docker.km3net.de/base/python:2
stage
:
test
script
:
-
*virtualenv_definition
-
make test
<<
:
*junit_definition
allow_failure
:
true
test-py3.5
:
image
:
docker.km3net.de/base/python:3.5
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
km3net_testdata/__init__.py
+
0
−
2
View file @
139b7407
from
__future__
import
absolute_import
import
atexit
from
pkg_resources
import
get_distribution
,
DistributionNotFound
...
...
This diff is collapsed.
Click to expand it.
km3net_testdata/__main__.py
+
1
−
2
View file @
139b7407
"""
This file will be invoked by python when called with th `-m` options:
```
python -m
skhep
_testdata
cms_hep_2012_tutorial/data
.root
python -m
km3net
_testdata
offline/km3net_offline
.root
```
"""
from
__future__
import
print_function
import
argparse
from
.
import
data_path
...
...
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