• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

odlgroup / odl / 6547
79%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2020 07:37AM UTC
Jobs 1
Files 64
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6547

push

travis-ci-com

web-flow
TST: Fix largescale pytest mark issue (#1553)

* TST: Fix largescale pytest mark issue

We change the command-line option to a version recommended in
the pytest docs:
https://docs.pytest.org/en/latest/example/markers.html#custom-marker-and-command-line-option-to-control-test-runs

- A global `suite(name)` mark is registered, that takes a
  name and marks a test as belonging to a specific suite.
- These special suites are opt-in, i.e., not run by default.
- To enable a suite, one adds `-S name` to the pytest
  command-line options.
- Since function-scoped fixtures are handled stricter now,
  the workaround in tensors_test.py didn't work any longer
  (see https://github.com/pytest-dev/pytest/issues/6497).
- We thus set the minimum pytest version to 5.4.0, where the
  fix for the issue is implemented.

Closes: #1514

* Fix testing of examples and sphinx doc similarly

* Fix pytest dependency for Py2

* Add py 3.8 to classifiers

* slow->largescale

* Support multiple test suites in one run

* Correct text regarding examples suite in testing.rst

* Use empty list instead of None as pytest -S default

9886 of 12535 relevant lines covered (78.87%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
7 6547.7 (NUMPY_VERSION='1.16.*' COVERALLS=true) 15 Apr 2020 07:37AM UTC 0
78.87
Travis Job 6547.7
Source Files on build 6547
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #6547
  • b6ed3bcb on github
  • Prev Build on master (#6546)
  • Next Build on master (#6550)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc