Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Revert "gnu: python-chardet: Enable tests." | 58af4c9621af02cc4e2bb5692d4b377084b0fcc6 | Marius Bakke | 2020-10-13 22:46:30 |
gnu: Add go-github-com-gologme-log. | fd595f31e3301df7976951ceb9683e66f629c3dd | raingloom | 2020-07-13 02:22:46 |
gnu: Add go-github-com-cheggaaa-pb. | 4a28246d3080598d2f5b0a249607fc0ccbf81e83 | raingloom | 2020-07-13 02:21:11 |
gnu: Add go-github-com-arceliar-phony. | 6e085d6f17e831e88a35c275892bde32fdb11986 | raingloom | 2020-07-13 02:15:28 |
gnu: go-golang-org-x-sys: Update to 0598657 | 939680f3354b0266292a1d947879f6fe0ad5b3ae | raingloom | 2020-05-30 10:52:00 |
gnu: Add python-dpath. | e8c5533d26b4441c96e9ae92350efcb24d787c4b | Joseph LaFreniere | 2020-10-10 06:03:18 |
gnu: Add python-dictdiffer. | 23a97f52405b49309bf8825099d8c66a9ad9998d | Joseph LaFreniere | 2020-10-06 01:43:32 |
gnu: Add bindfs. | 6b219b899217d635e5f20e212a88393caff83cd8 | Morgan Smith | 2020-10-09 22:20:53 |
gnu: git-annex: Update to 8.20201007. | 1bf912e58e08c69e74964d8b350537235e13dc39 | Kyle Meyer | 2020-10-07 20:49:46 |
gnu: muchsync: Use pandoc instead of ghc-pandoc. | 8514dfdee61b04f0daf22b4a957df1bea4b3f298 | zimoun | 2020-10-07 15:24:11 |
gnu: python-chardet: Enable tests. | 331aaf52806b27430c4efaf8f230097ede69e61a | Lars-Dominik Braun | 2020-10-07 07:32:34 |
gnu: Add dex. | 3182d629a25b1132fc542391b451580d44d9f92c | James Smith | 2020-10-07 20:44:14 |
gnu: nmap: Update license. | 2323a7120a0f3ed96fedfff42e86c0aee97995c0 | Marius Bakke | 2020-10-13 20:16:57 |
gnu: xf86-input-libinput: Update to 0.30.0. | 17032767da189a31d24fc350e68d065ec12bb9f6 | Marius Bakke | 2020-10-13 15:00:14 |
gnu: Remove python2-gst. | 55fe84c6ebd37e6ee82114d4fc2c09ed42d1b3c0 | Marius Bakke | 2020-10-12 22:50:00 |
gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT). | ada061c12ac86b430a6fdfc662cd9cb4217da67c | Leo Famulari | 2020-10-13 03:25:28 |
gnu: VLC: Add support for Secure Reliable Transport (SRT). | 9c5c64b8e11c2af7da6ee460372d4360a6348ad5 | Leo Famulari | 2020-10-10 04:53:33 |
gnu: FFmpeg: Add support for Secure Reliable Transport (SRT). | 64661754fd8a32b9298d24e815cdbe568a8ffe77 | Leo Famulari | 2020-10-10 04:52:24 |
gnu: Add SRT 1.4.1. | 021e92780b8ce87efde70bb069cb6a8d762e544c | Leo Famulari | 2020-10-10 04:51:59 |
installer: Add Emacs EXWM desktop environment. | 1197b8b20f4fca4ce03bbc5fa75e18d54e3717c0 | Jan (janneke) Nieuwenhuizen | 2020-10-11 10:45:00 |
File | Lines added | Lines deleted |
---|---|---|
gnu/local.mk | 0 | 1 |
gnu/packages/patches/python-chardet-3.0.4-pytest.patch | 0 | 15 |
gnu/packages/python-xyz.scm | 3 | 2 |
File gnu/local.mk changed (mode: 100644) (index f3aeab36fd..d09875c583) | |||
... | ... | dist_patch_DATA = \ | |
1491 | 1491 | %D%/packages/patches/python-argcomplete-1.11.1-fish31.patch \ | %D%/packages/patches/python-argcomplete-1.11.1-fish31.patch \ |
1492 | 1492 | %D%/packages/patches/python-axolotl-AES-fix.patch \ | %D%/packages/patches/python-axolotl-AES-fix.patch \ |
1493 | 1493 | %D%/packages/patches/python-cairocffi-dlopen-path.patch \ | %D%/packages/patches/python-cairocffi-dlopen-path.patch \ |
1494 | %D%/packages/patches/python-chardet-3.0.4-pytest.patch \ | ||
1495 | 1494 | %D%/packages/patches/python-cross-compile.patch \ | %D%/packages/patches/python-cross-compile.patch \ |
1496 | 1495 | %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ | %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ |
1497 | 1496 | %D%/packages/patches/python-configobj-setuptools.patch \ | %D%/packages/patches/python-configobj-setuptools.patch \ |
File gnu/packages/patches/python-chardet-3.0.4-pytest.patch deleted (index d5bf7ccc28..0000000000) | |||
1 | Fix test failure with Pytest 4. | ||
2 | |||
3 | Taken from upstream: | ||
4 | https://github.com/chardet/chardet/commit/440828f8faafdb58700c64a9ea8f6a30b154c08b | ||
5 | |||
6 | diff --git a/test.py b/test.py | ||
7 | --- a/test.py | ||
8 | +++ b/test.py | ||
9 | @@ -59,5 +59,5 @@ def gen_test_params(): | ||
10 | full_path = join(path, file_name) | ||
11 | test_case = full_path, encoding | ||
12 | if full_path in EXPECTED_FAILURES: | ||
13 | - test_case = pytest.mark.xfail(test_case) | ||
14 | + test_case = pytest.param(*test_case, marks=pytest.mark.xfail) | ||
15 | yield test_case |
File gnu/packages/python-xyz.scm changed (mode: 100644) (index 10fa9b54b4..47ad101e4d) | |||
... | ... | simulation, statistical modeling, machine learning and much more.") | |
10060 | 10060 | (uri (pypi-uri "chardet" version)) | (uri (pypi-uri "chardet" version)) |
10061 | 10061 | (sha256 | (sha256 |
10062 | 10062 | (base32 | (base32 |
10063 | "1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4")) | ||
10064 | (patches (search-patches "python-chardet-3.0.4-pytest.patch")))) | ||
10063 | "1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4")))) | ||
10065 | 10064 | (native-inputs | (native-inputs |
10066 | 10065 | `(("python-hypothesis" ,python-hypothesis) | `(("python-hypothesis" ,python-hypothesis) |
10067 | 10066 | ("python-pytest" ,python-pytest) | ("python-pytest" ,python-pytest) |
10068 | 10067 | ("python-pytest-runner" ,python-pytest-runner))) | ("python-pytest-runner" ,python-pytest-runner))) |
10069 | 10068 | (build-system python-build-system) | (build-system python-build-system) |
10069 | ;; XXX: Incompatible with Pytest 4: <https://github.com/chardet/chardet/issues/173>. | ||
10070 | (arguments `(#:tests? #f)) | ||
10070 | 10071 | (home-page "https://github.com/chardet/chardet") | (home-page "https://github.com/chardet/chardet") |
10071 | 10072 | (synopsis "Universal encoding detector for Python 2 and 3") | (synopsis "Universal encoding detector for Python 2 and 3") |
10072 | 10073 | (description | (description |