chore(deps): update dependency hypothesis to ~6.115.0 #406
Annotations
3 errors and 1 warning
Run tests:
tests/revelio/face_detection/test_detector.py#L62
test_meta_path
AssertionError: assert PosixPath('/path/to/fd/dummy2/30/de/790816b0d3d88e32ab9ac922dba5/image1.meta.xz') == PosixPath('/path/to/fd/dummy2/ds1/image1.meta.xz')
+ where PosixPath('/path/to/fd/dummy2/30/de/790816b0d3d88e32ab9ac922dba5/image1.meta.xz') = <bound method FaceDetector._get_meta_path of <test_detector.Dummy2 object at 0x7f0ccf503f10>>(DatasetElement(x=(ElementImage(path=/path/to/ds1/image1.jpg), ElementImage(path=/path/to/ds1/image2.jpg)), y=Bona fide), 0)
+ where <bound method FaceDetector._get_meta_path of <test_detector.Dummy2 object at 0x7f0ccf503f10>> = <test_detector.Dummy2 object at 0x7f0ccf503f10>._get_meta_path
+ and PosixPath('/path/to/fd/dummy2/ds1/image1.meta.xz') = Path('/path/to/fd/dummy2/ds1/image1.meta.xz')
|
Run tests:
tests/revelio/feature_extraction/test_extractor.py#L69
test_features_path
AssertionError: assert PosixPath('/path/to/fe/dummy1/30/de/790816b0d3d88e32ab9ac922dba5/image1.features.xz') == PosixPath('/path/to/fe/dummy1/ds1/image1.features.xz')
+ where PosixPath('/path/to/fe/dummy1/30/de/790816b0d3d88e32ab9ac922dba5/image1.features.xz') = <bound method FeatureExtractor._get_features_path of <test_extractor.Dummy1 object at 0x7f0ccf202a40>>(DatasetElement(x=(ElementImage(path=/path/to/ds1/image1.jpg), ElementImage(path=/path/to/ds1/image2.jpg)), y=Bona fide), 0)
+ where <bound method FeatureExtractor._get_features_path of <test_extractor.Dummy1 object at 0x7f0ccf202a40>> = <test_extractor.Dummy1 object at 0x7f0ccf202a40>._get_features_path
+ and PosixPath('/path/to/fe/dummy1/ds1/image1.features.xz') = Path('/path/to/fe/dummy1/ds1/image1.features.xz')
|
Run tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading