carsonfarmer / fastpair

FastPair: Data-structure for the dynamic closest-pair problem.
MIT License
12 stars 4 forks source link

Fix for pytest failures #16

Closed Rakesh4G closed 4 years ago

Rakesh4G commented 4 years ago

pytest failres were seen with pytest 4.2.1 and newer versions. https://github.com/carsonfarmer/fastpair/issues/14

This was due to deprecated "Direct fixtures call"

I had to disable one test as this was failing and documentation also suggested that it fails randomly.

Rakesh4G commented 4 years ago

@vriez @CMCDragonkai

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.02%) to 96.727% when pulling 8ad2d4c9c172940a1e5f1c217dc7e56394f77174 on formbay:pytest_failure into 92364962f6b695661f35a117bf11f96584128a8d on carsonfarmer:master.

Rakesh4G commented 4 years ago

I will try to fix the failing test now.