Commit Graph

13 Commits

Author SHA1 Message Date
Michael Howitz 67a4f6f7f2
Add support for Python 3.10 (#250)
* Fix tests on Python 3.10.
* "Fix" a test broken just on windows + allow to use posargs for tox test runs.
* Checking array.array non-strictly did not help on Windows. – So ignore it completely.
2022-01-24 13:03:51 +01:00
Michael Howitz d18b5478f4
Configure with meta/config. (#243)
* Add support for Python 3.9.
* Improve coverage.
2021-06-02 14:35:12 +02:00
Marius Gedminas 6b7861f199 Ask zest.releaser not to upload wheels
Because the wheel you get is not accepted by PyPI, so this makes the
entire upload step fail.
2020-03-10 09:55:00 +02:00
Jason Madden 8b5e459d10
Our wheels are *not* universal. Set this explicitly in setup.cfg so that zest.releaser doesn't try to create and upload one. 2017-06-14 17:28:44 -05:00
Tres Seaver 6717c8f7d6 Ensure that LICENSE.txt is present in built wheels. 2016-11-16 16:05:12 -05:00
Tres Seaver f325926418 100% branch coverage.
We exclude interfaces declared with the 'class' statement, because their
methods typically have only a doctstring in the suite, which confuses
the branch coverage machinery.
2014-12-09 02:57:52 -05:00
Tres Seaver 321a90effc Note why we can't enable branch coverage yet. 2014-12-08 16:34:01 -05:00
Tres Seaver 00cf929e0b Require 100% coverage. 2014-12-08 09:45:34 -05:00
Tres Seaver bc4d8bc156 Merge from LP branch. 2012-03-26 20:56:58 +00:00
Jim Fulton 4fbc5e8af2 these are evil 2007-05-22 17:50:21 +00:00
Bernd Dorn 95cca2da58 tag svn revision by default 2007-03-28 05:47:49 +00:00
Nathan Yergler a5a03e72e7 Removing setup.cfg from source control; replacing it with setup.cfg.in. 2006-03-20 01:55:38 +00:00
Nathan Yergler 054ae9c097 * Removed old testing external from src/zope
* Added external to workspace package
* Added develop.py wrapper script, minimal setup.cfg to declare 
  development dependencies
* Updated setup.py to use relative (to setup.py) package source directory
2006-03-02 16:20:56 +00:00