Remove python2.6 from tox tests
This commit is contained in:
2
setup.py
2
setup.py
@@ -33,7 +33,7 @@ try:
|
||||
except ImportError:
|
||||
# this version of proton will download and install the proton shared
|
||||
# library as well:
|
||||
_dependencies = ['python-qpid-proton>=0.9,<0.11']
|
||||
_dependencies = ['python-qpid-proton>=0.9,<0.13']
|
||||
|
||||
|
||||
setup(name="pyngus",
|
||||
|
||||
@@ -900,5 +900,6 @@ mech_list: EXTERNAL DIGEST-MD5 SCRAM-SHA-1 CRAM-MD5 PLAIN ANONYMOUS
|
||||
assert c2_events.sasl_done_outcome == 1, c2_events.sasl_done_outcome
|
||||
assert c2_events.failed_ct == 1, c2_events.failed_ct
|
||||
|
||||
|
||||
#
|
||||
# NOTE WELL: Update TEST_COUNT as new test methods are added!!
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user