File: xfail_test_show_versions.patch

package info (click to toggle)
python-cobra 0.29.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 32
file content (15 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Mark test_show_versions as xfail.
The corresponding files aren't installed during build time. This simple xpass during autopkgtest and has been tested for the same.
Author: Nilesh Patra <npatra974@gmail.com>
Forwarded: not-needed
Last-Update: 2020-11-05
--- a/tests/test_util/test_util.py
+++ b/tests/test_util/test_util.py
@@ -34,6 +34,7 @@
     assert test_data["c"]["d"] == 2
 
 
+@pytest.mark.xfail(reason="The binary doesn't seem to be built during build - this should simply xpass during autopkgtests")
 def test_show_versions(capsys) -> None:
     """Test output of dependency information."""
     show_versions()