-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script-type _spkg_check package that installs tox, mock, pytest etc. #28998
Comments
comment:2
On this branch, handling of New commits:
|
Commit: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:5
pushing these forward to 9.2 |
comment:7
|
comment:8
#30066: |
comment:10
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:12
Outdated, can close |
Changed author from Matthias Koeppe to none |
Reviewer: Matthias Koeppe |
Following a suggestion by vbraun in #19680, this ticket adds a
_spkg_check
package (type
=script
) thattox
,mock
,pytest
viapip
ifSAGE_CHECK=true
The package
_spkg_check
can be added as a dependency of Python packages that use this standard testing infrastructure, for testing them ifSAGE_CHECK=true
.The branch demonstrates this on the package
pygments
by adding anspkg-check
.If this approach is favored, probably the spkg
nose
, currently a dependency ofcvxopt
andnetworkx
, could be removed.CC: @vbraun @jdemeyer @kiwifb
Component: build
Branch/Commit: public/28998-check_dependencies_package @
623cb21
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/28998
The text was updated successfully, but these errors were encountered: