diff --git a/pytest-7.4.0.tar.gz b/pytest-7.4.0.tar.gz deleted file mode 100644 index 403e917..0000000 --- a/pytest-7.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a -size 1349733 diff --git a/pytest-7.4.1.tar.gz b/pytest-7.4.1.tar.gz new file mode 100644 index 0000000..2443ec1 --- /dev/null +++ b/pytest-7.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab +size 1352174 diff --git a/python-pytest.changes b/python-pytest.changes index 77c1ad6..87f84e8 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 7 08:50:26 UTC 2023 - Dirk Müller + +- update to 7.4.1: + * Fixed bug where fake intermediate + modules generated by ``--import-mode=importlib`` would not + include the child modules as attributes of the parent modules. + * Fixed error assertion handling in + :func:`pytest.approx` when ``None`` is an expected or + received value when comparing dictionaries. + * Fixed issue when using + ``--import-mode=importlib`` together with ``--doctest- + modules`` that caused modules to be imported more than once, + causing problems with modules that have import side effects. + ------------------------------------------------------------------- Sat Jul 15 15:04:08 UTC 2023 - Dirk Müller diff --git a/python-pytest.spec b/python-pytest.spec index a18f31c..f28e472 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-pytest%{psuffix} -Version: 7.4.0 +Version: 7.4.1 Release: 0 Summary: Simple powerful testing with Python License: MIT