This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trac #33531: don't run pytest by default
Since running pytest is broken right now (see #31924, #32975, ...), we don't run pytest by default anymore. In order to run pytest one has to use the feature flag "pytest", for instance: $ ./sage -t --optional=pytest src/sage/numerical/backends/cvxopt_backend_test.py This will run only pytest; one can use --optional=sage,pytest to run both.
- Loading branch information