1
0
mirror of synced 2025-01-18 17:38:41 +01:00

Updated tests and copyright

This commit is contained in:
Horea Christian 2019-04-04 21:18:25 +02:00
parent 6e73ea26b1
commit c0d49100dd

View File

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
@ -37,8 +37,6 @@ RESTRICT="test"
python_test() { python_test() {
rm bids/tests/test_config.py || die rm bids/tests/test_config.py || die
distutils_install_for_testing distutils_install_for_testing
#cd "${TEST_DIR}" || die "no ${TEST_DIR} available"
pytest -vv || die pytest -vv || die
die die
} }