Disable the test on python2.

The tests contain partly Python3 specific syntax.
s. https://github.com/pydanny/cached-property/issues/93
This commit is contained in:
Mathias Behrle 2018-04-04 12:22:34 +02:00
parent 76f1e27276
commit 9464a948e4
1 changed files with 3 additions and 0 deletions

3
debian/rules vendored
View File

@ -2,6 +2,9 @@
export PYBUILD_NAME := cached-property
# Disable the tests on python2, they contain partly python3 specific syntax.
export PYBUILD_DISABLE_python2.7=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild