Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
c7272063
"src/diffusers/pipelines/lumina2/__init__.py" did not exist on "04cd6adf8ca72f8fc99873ef03a5abce69ee6955"
Unverified
Commit
c7272063
authored
Jan 11, 2022
by
Wenhao Wu
Committed by
GitHub
Jan 11, 2022
Browse files
deprecate the support for "python setup.py test" (#1164)
parent
292eb31d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
setup.py
setup.py
+0
-2
No files found.
setup.py
View file @
c7272063
...
...
@@ -217,8 +217,6 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.7'
,
],
license
=
'Apache License 2.0'
,
setup_requires
=
parse_requirements
(
'requirements/build.txt'
),
tests_require
=
parse_requirements
(
'requirements/tests.txt'
),
install_requires
=
parse_requirements
(
'requirements/runtime.txt'
),
extras_require
=
{
'all'
:
parse_requirements
(
'requirements.txt'
),
...
...
Write
Preview
Markdown
is supported
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