https://github.com/SoftwareHeritage/swh-model
Revision 8aa5c3aa6cbdca08b165e8a7ce5b7aa3c2664d43 authored by Nicolas Dandrimont on 12 July 2017, 14:12:12 UTC, committed by Nicolas Dandrimont on 12 July 2017, 14:12:35 UTC
Summary: for those people with legacy openssls

Reviewers: anlambert, #reviewers!

Differential Revision: https://forge.softwareheritage.org/D224
1 parent 11de644
Raw File
Tip revision: 8aa5c3aa6cbdca08b165e8a7ce5b7aa3c2664d43 authored by Nicolas Dandrimont on 12 July 2017, 14:12:12 UTC
Load pyblake2 dynamically instead of hardcoding the Python version
Tip revision: 8aa5c3a
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh-model

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
        PYBUILD_TEST_ARGS="cd {build_dir}; python{version} -m nose swh -sva '!db,!fs'" \
        dh_auto_test
back to top