sagemath/sage

Add tox as a type=optional, source=pip package

mkoeppe opened this issue · 10 comments

Follow-up to #29813, which did the same for pytest.

Depends on #29813

CC: @dimpase @jhpalmieri @kiwifb

Component: packages: optional

Author: Matthias Koeppe

Branch/Commit: 1c2415e

Reviewer: Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/29909

Changed dependencies from #29345 to #29813

Commit: 1c2415e

New commits:

04b4c67build/pkgs/pytest: New
55babfasrc/bin/sage [-i]: Set SAGE_CHECK here so that Makefile dependencies can depend on it
bedc7aebuild/make/Makefile.in: Allow pip packages as dependencies
1c2415ebuild/pkgs/tox: New

Author: Matthias Koeppe

Description changed:

--- 
+++ 
@@ -1,2 +1,2 @@
-Similar to #29813 for `pytest`.
+Follow-up to #29813, which did the same for `pytest`.
 
comment:5

lgtm

Reviewer: Dima Pasechnik

comment:6

Thanks!