Search Criteria
Package Details: python-syrupy 4.0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-syrupy.git (read-only, click to copy) |
---|---|
Package Base: | python-syrupy |
Description: | The sweeter pytest snapshot plugin |
Upstream URL: | https://github.com/tophat/syrupy |
Licenses: | Apache |
Submitter: | carlosal1015 |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.016039 |
First Submitted: | 2022-10-25 20:36 (UTC) |
Last Updated: | 2023-05-06 12:18 (UTC) |
Dependencies (5)
- python-colored
- python-pytest
- python-build (make)
- python-installer (python-installer-git) (make)
- python-poetry-core (python-poetry-core-git) (make)
Required by (1)
- python-textual-git (check)
Latest Comments
1 2 Next › Last »
j0hannes commented on 2023-02-26 10:53 (UTC)
The package fails to build with the following issues
carlosal1015 commented on 2022-11-14 19:15 (UTC)
The conflicts with
hypothesis
looks like a bug that could be improved in the test suite with Arch Linux, since upstream only are testing in Ubuntu.SelectionRemark commented on 2022-11-14 17:51 (UTC)
After I have uninstalled
python-hypothesis
(which was marked as "orphan" anyway), installation ofpython-syrupy
worked fine. Sorry for the noiseSelectionRemark commented on 2022-11-09 09:07 (UTC)
I am still getting errors when building the package (21 tests failing with the same
ImportError: cannot import name 'HealthCheck' from partially initialized module 'hypothesis._settings' (most likely due to a circular import)
:alan1world commented on 2022-11-04 14:40 (UTC)
It's discouraged to install the wheel directly, but it is possible.
Removing the build() and check() sections from the PKGBUILD and making these changes:
Results in a built package.
alan1world commented on 2022-11-04 11:14 (UTC)
The new package fails with a check() error again.
alan1world commented on 2022-11-03 16:23 (UTC)
The includes in the toml file are not pulling in the rest of the files. It is
include = ['src/syrupy/py.typed']
when it should beinclude = ['src/syrupy/**/*']
Syrupy will then build properly, and textual will build too.
carlosal1015 commented on 2022-11-03 14:06 (UTC)
Thank you dear @jose1711. Let's look what will happen.
jose1711 commented on 2022-11-03 09:40 (UTC)
Thank you @carlosal1015. Sadly that did not help (sources were not the problem). I created https://github.com/tophat/syrupy/issues/626.
carlosal1015 commented on 2022-10-27 21:23 (UTC)
Thanks for the hint dear @jose1711. Changing sources now.
1 2 Next › Last »