Skip to content
Unverified Commit 2a12e9da authored by aszlig's avatar aszlig
Browse files

python-packages/poezio: Fix tests



Poezio doesn't install the files required for running the tests, but
also while building with Nix we don't end up getting valid shared
objects within the temporary build directory.

So we now running "make test" (which does "py.test -v test/") with a
PYTHONPATH that adds the /poezio directory of the path in site-packages
to make sure that the test runner is able to import the shared objects.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
Cc: @lancelotsix
parent 313b8862
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment