[Git][reproducible-builds/diffoscope][master] 2 commits: ignore a python warning coming from a depending library (triggered by py 3.10)

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Thu Nov 18 18:58:02 UTC 2021



Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
3b5f695b by Mattia Rizzolo at 2021-11-18T19:57:20+01:00
ignore a python warning coming from a depending library (triggered by py 3.10)

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
3f09bbc7 by Mattia Rizzolo at 2021-11-18T19:57:46+01:00
It looks like we support both python 3.9 and 3.10, document the fact.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- pytest.ini
- setup.py


Changes:

=====================================
pytest.ini
=====================================
@@ -4,3 +4,6 @@ filterwarnings =
 # this comes from binwalk
 # https://github.com/ReFirmLabs/binwalk/issues/507
     ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
+# this come from coverage, fixed in >= 6.0
+# https://github.com/nedbat/coveragepy/commit/90815d959dfff9c42629e3467d6e1a410cce6d04
+    ignore:currentThread() is deprecated, use current_thread() instead


=====================================
setup.py
=====================================
@@ -80,6 +80,8 @@ setup(
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
+        "Programming Language :: Python :: 3.9",
+        "Programming Language :: Python :: 3.10",
         "Topic :: Utilities",
     ],
     # https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/9bf746ab16c3a31776a4492fbbf0beda2bf200eb...3f09bbc75bffdd178c4d8f25e1669224543c74ab

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/9bf746ab16c3a31776a4492fbbf0beda2bf200eb...3f09bbc75bffdd178c4d8f25e1669224543c74ab
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20211118/48bc2b3c/attachment.htm>


More information about the rb-commits mailing list