[arch-commits] Commit in python-stem/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 20 02:12:54 UTC 2020


    Date: Friday, November 20, 2020 @ 02:12:31
  Author: foutrelis
Revision: 757874

Skip mock version check

Modified:
  python-stem/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-20 01:56:28 UTC (rev 757873)
+++ PKGBUILD	2020-11-20 02:12:31 UTC (rev 757874)
@@ -21,6 +21,8 @@
 
 prepare() {
   cd ${_pypiname}-${pkgver}
+  # https://github.com/torproject/stem/issues/56
+  sed -i '/MOCK_VERSION/d' run_tests.py
   # remove flaky integration tests
   sed -i test/settings.cfg \
     -e '/|test.integ.client.connection.TestConnection/d' \



More information about the arch-commits mailing list