-
Notifications
You must be signed in to change notification settings - Fork 102
pytest failures #672
Comments
Hmmm. Works for me. Which version of falcon (and SHA1) and of pytest (I used 3.3.1)? |
Oh, sorry. We are no longer mirroring our internal FALCON repo here. In fact, I think this Issues board will disappear soon too, in favor of pbbioconda. So I think your source-code is way out of date. Unfortunately, my hands are tied. |
I have checked pbbioconda rules that are pointing to something that is named falcon. The latest version there is 2.1.0 while the falcon repository here has the latest version 2.1.4. This does not really look as if it were way out of date - but may be I've found the wrong successor of this code. |
We use Source-distributions are available (for now) in pypeFLOW releases, which are used by the The |
Hi Christopher, thanks for this helpful information. Andreas.
|
Trying to build falcon I see pytest failures.
The first problem and the solution is described here: pytest-dev/pytest#3518
I tried to solve this issue by removing
@pytest.yield_fixture
fromFALCON/test/test_util_system.py
But after that 4 tests still fail:
Any hint on how to fix that?
The text was updated successfully, but these errors were encountered: