Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Commits
4db65ee0
Commit
4db65ee0
authored
Mar 10, 2022
by
Daniel Scheffler
Browse files
Exclude Python 3.10 for now due to debugger issue.
parent
e6c79540
Pipeline
#39957
failed with stages
in 20 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4db65ee0
...
...
@@ -107,7 +107,8 @@ setup(
# NOTE: if the 'package_data' files are not under CVS or Subversion version control, we need setuptools-git here,
# otherwise they are not included in the PyPi upload content
package_data
=
{
"enpt"
:
[
"resources/**/**/*"
]},
packages
=
find_packages
(
exclude
=
[
'tests*'
,
'examples*'
]),
# does not seems to work, therefore use MANIFEST.in
packages
=
find_packages
(
exclude
=
[
'tests*'
,
'examples*'
]),
# does not seem to work, therefore use MANIFEST.in
python_requires
=
'>=3.6,<3.10'
,
# ImportError related to os.sep in Python 3.10
setup_requires
=
req_setup
,
test_suite
=
'tests'
,
tests_require
=
req_test
,
...
...
tests/gitlab_CI_docker/context/environment_enpt.yml
View file @
4db65ee0
...
...
@@ -4,7 +4,7 @@ channels: &id1
-
conda-forge
dependencies
:
-
python
=
3.
*.*
-
python
<
3.
10
# issue with PyCharm debugger and Python 3.10 which could not be tracked down so far
-
pip
# avoids that conda uses the wrong pip
-
arosics>1.0.0
-
geoarray>=0.9.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment