1
0
mirror of synced 2024-06-19 19:02:52 +02: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
EAPI=7
@ -37,8 +37,6 @@ RESTRICT="test"
python_test() {
rm bids/tests/test_config.py || die
distutils_install_for_testing
#cd "${TEST_DIR}" || die "no ${TEST_DIR} available"
pytest -vv || die
die
}