Your message dated Sat, 23 Jan 2021 13:48:55 +0000
with message-id <e1l3jhb-000iuk...@fasolo.debian.org>
and subject line Bug#977091: fixed in python-pymeasure 0.8.0-1
has caused the Debian Bug report #977091,
regarding python-pymeasure FTBFS with pytest 6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
977091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pymeasure
Version: 0.5-1
Severity: important
User: pyt...@packages.debian.org
Usertags: pytest-v6

Hi,

python-pymeasure FTBFS with pytest 6 in unstable because it uses the
pytest.config global option, which as been removed:

    https://docs.pytest.org/en/stable/deprecations.html#pytest-config-global

The top of the error log below has more details.

> I: pybuild base:232: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build; python3.9 -m pytest 
> tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.1, pytest-6.0.2, py-1.9.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 34 items / 1 error / 33 selected
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.9_pymeasure/build/tests/experiment/test_workers.py _
> tests/experiment/test_workers.py:41: in <module>
>     not pytest.config.getoption("--runslow"),
> E   AttributeError: module 'pytest' has no attribute 'config'
> =============================== warnings summary 
> ===============================
> pymeasure/experiment/results.py:232
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/experiment/results.py:232:
>  DeprecationWarning: invalid escape sequence \.
>     regex = "<(?:(?P<module>[^>]+)\.)?(?P<class>[^.>]+)>"
> 
> pymeasure/experiment/results.py:237
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/experiment/results.py:237:
>  DeprecationWarning: invalid escape sequence \s
>     regex = ("\t(?P<name>[^:]+):\s(?P<value>[^\s]+)"
> 
> pymeasure/experiment/results.py:238
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/experiment/results.py:238:
>  DeprecationWarning: invalid escape sequence \s
>     "(?:\s(?P<units>.+))?")
> 
> pymeasure/instruments/anritsu/anritsuMS9710C.py:40
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/instruments/anritsu/anritsuMS9710C.py:40:
>  DeprecationWarning: invalid escape sequence \d
>     r_value_units = re.compile("([-\d]*\.\d*)(.*)")
> 
> pymeasure/instruments/danfysik/adapters.py:64
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/instruments/danfysik/adapters.py:64:
>  DeprecationWarning: invalid escape sequence \?
>     search = re.search("^\?\\x07\s(?P<name>.*)$", result, re.MULTILINE)
> 
> pymeasure/instruments/srs/sr830.py:185
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/instruments/srs/sr830.py:185:
>  SyntaxWarning: "is" with a literal. Did you mean "=="?
>     if index is 14:
> 
> pymeasure/instruments/srs/sr830.py:219
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/instruments/srs/sr830.py:219:
>  SyntaxWarning: "is" with a literal. Did you mean "=="?
>     return int(self.ask("LIAS?2")) is 1
> 
> pymeasure/instruments/yokogawa/yokogawa7651.py:67
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/instruments/yokogawa/yokogawa7651.py:67:
>  DeprecationWarning: invalid escape sequence \d
>     keys = re.findall('[^\dE+.-]+', status)
> 
> pymeasure/instruments/yokogawa/yokogawa7651.py:68
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build/pymeasure/instruments/yokogawa/yokogawa7651.py:68:
>  DeprecationWarning: invalid escape sequence \d
>     values = re.findall('[\dE+.-]+', status)
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/experiment/test_workers.py - AttributeError: module 'pytest' has 
> ...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 9 warnings, 1 error in 0.32s 
> =========================
> E: pybuild pybuild:353: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pymeasure/build; python3.9 -m pytest 
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
> returned exit code 13
> make: *** [debian/rules:9: build] Error 25
> dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: python-pymeasure
Source-Version: 0.8.0-1
Done: Michael R. Crusoe <cru...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-pymeasure, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 977...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael R. Crusoe <cru...@debian.org> (supplier of updated python-pymeasure 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Jan 2021 14:06:11 +0100
Source: python-pymeasure
Architecture: source
Version: 0.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Michael R. Crusoe <cru...@debian.org>
Closes: 977091
Changes:
 python-pymeasure (0.8.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version. Closes: #977091
   * Standards-Version: 4.5.1 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Point Vcs fields to salsa.debian.org (routine-update)
   * Refresh patches.
   * Drop useless get-orig-source target (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Trim trailing whitespace.
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
   * debian/control: no reason to build-dep on dpkg-dev, it is in
     build-essential.
   * debian/upstream/metadata: link to upstream's GitHub repository
   * debian/patches/skip_qtbot: patch added to skip tests that need this
     missing pytest fixture.
Checksums-Sha1:
 b5cd2b336d601eff348a06b1beeea214d56d4e19 2439 python-pymeasure_0.8.0-1.dsc
 144c9b08daf903935c40eee4918fa4d9d7b2b8b7 585649 
python-pymeasure_0.8.0.orig.tar.gz
 f1d607086620de65497cf1726a6f4f513404733f 4528 
python-pymeasure_0.8.0-1.debian.tar.xz
 92ee031c3e7bc54d562b0d5c39451eb971cd989f 7562 
python-pymeasure_0.8.0-1_source.buildinfo
Checksums-Sha256:
 065f95259a46dd733269bc6aa1612a6f233abfff6aa5de6eb8e4c4068efc6b69 2439 
python-pymeasure_0.8.0-1.dsc
 49ffd08449e09042f832b9e2d9b92de1c30f9ef4289c66f074c01ba002933eee 585649 
python-pymeasure_0.8.0.orig.tar.gz
 2bfa2bf5402f84a61343c105c563b3ac8722abe344b749e3a4cbcb04de90b18c 4528 
python-pymeasure_0.8.0-1.debian.tar.xz
 aa6cbe881308c2bfeaa4f10d40f783e23f72479123d22e646fc09930a224e805 7562 
python-pymeasure_0.8.0-1_source.buildinfo
Files:
 b0526d45859bf2c9c9239cb5b48c3bf7 2439 python optional 
python-pymeasure_0.8.0-1.dsc
 e96c151bb7856c107be5aba735135af1 585649 python optional 
python-pymeasure_0.8.0.orig.tar.gz
 3aacabe5fccdc074b2b40a493d907a52 4528 python optional 
python-pymeasure_0.8.0-1.debian.tar.xz
 b4deb880a11b963e0f956ddc9a35e03f 7562 python optional 
python-pymeasure_0.8.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmAMJTAACgkQPCZ2P2xn
5uKs2g//ddiQpb2Yb5b96Q8Ou2pKhnNVdV4F7RcxoMzPUv9Wa0geVLcqPcCZTrxj
zi4nojbBnSH4BSYg9jd6VNKpeqmW7vdo+KSTd4YWbuXR0ci4r/gTr3WINlzViOdY
NKZFkv6zah7CI146auyqtD2hSf/oG0bepJtByRNB+gLnRDVR3WDuAM5BzMJ6TQrq
Us4GGPWfFAz9bLKvzRtA4PraKwuiHy4XpDW7SPakwt1Q8jAGZQuTf6LIDh7pLl92
2xr+ZccHT693leGri0XsMD/9Qvr9Q2oipbBC9km0NAOeK1AGi/AaYlnXK+6j9owl
yIa66BJV1EZFRlSGaUNxL7NMd3RlTuZOTUi1lA7SL6Q5ebz10POIQWWoMrnKZEDG
bym+MmzIbbqrVU+Ek6WqhkXmUpBKMEtSWc7j1edqArDHnnokAoEBHe4Hkb2D/pJq
qtCMuvaMpG9VMbTscI4Q3fIL0yW3g2QITIq6c6t2uCHU44uMx7WrDXA8kcQGRmqg
NIWMjrPDBXcuMdR5ljHNWEMqGTyg/YmllsgEDKjjU257YMr/REKLdAmle71Qrb8z
G6I8eN8xD02WKrxL7RQsV7NiE6lyxptDwjCAbxtfCZOPR1x89OQ/7jtRnYITBu8s
lq14ynx874WaOu+62cgKqkfqsvojQLN6gISu7QjReQ6A2TR45OE=
=NQYd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to