diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index cb161120a34..f6e3b666139 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,6 +1,6 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict -version=2.1.0 +version=2.1.1 revision=1 wrksrc="frozendict-${version}" build_style=python3-module @@ -12,17 +12,8 @@ maintainer="Joel Beckmeyer " license="LGPL-3.0-only" homepage="https://github.com/Marco-Sulla/python-frozendict" distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz" -checksum=0189168749ddea8601afd648146c502533f93ae33840eb76cd71f694742623cd +checksum=655b879217dd445a2023e16154cc231febef802b5c812d5c2e822280ad69e1dc do_check() { - # skip tests that are failing when using C - # extension due to difference between pure py and - # C extension - PYTHONPATH="$(cd build/lib* && pwd)" pytest3 \ - --deselect=test/test_coold.py::test_repr \ - --deselect=test/test_coold.py::test_str \ - --deselect=test/test_coold.py::test_format \ - --deselect=test/test_frozendict_c.py::test_repr \ - --deselect=test/test_frozendict_c.py::test_str \ - --deselect=test/test_frozendict_c.py::test_format + PYTHONPATH="$(cd build/lib* && pwd)" pytest3 }