python3Packges.ibis-framework: remove unnecessary set -eo pipefail

This commit is contained in:
Phillip Cloud 2023-08-21 05:32:32 -04:00
parent 3d283d42a2
commit 1bcbedf460
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -88,6 +88,8 @@ buildPythonPackage rec {
poetry-dynamic-versioning
];
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
propagatedBuildInputs = [
atpublic
bidict
@ -139,8 +141,6 @@ buildPythonPackage rec {
'';
preCheck = ''
set -eo pipefail
HOME="$TMPDIR"
export IBIS_TEST_DATA_DIRECTORY="ci/ibis-testing-data"