Cosimo Lupo
3a6c66a284
Release 3.36.0
2019-01-17 17:01:57 +00:00
Cosimo Lupo
53ad36e42b
Bump version: 3.35.2 → 3.35.3.dev0
2019-01-14 14:26:25 +00:00
Cosimo Lupo
ea489baaf1
Release 3.35.2
2019-01-14 14:26:24 +00:00
Cosimo Lupo
a4ca702733
Bump version: 3.35.1 → 3.35.2.dev0
2019-01-09 11:15:01 +00:00
Cosimo Lupo
f3b80d3a2b
Release 3.35.1
2019-01-09 11:15:01 +00:00
Cosimo Lupo
29818c1ccf
Bump version: 3.35.0 → 3.35.1.dev0
2019-01-07 13:48:20 +00:00
Cosimo Lupo
9c5882014b
Release 3.35.0
2019-01-07 13:48:19 +00:00
Cosimo Lupo
2f2ccdc2c6
Bump version: 3.34.2 → 3.34.3.dev0
2018-12-17 13:37:11 +00:00
Cosimo Lupo
ad30eeffc8
Release 3.34.2
2018-12-17 13:37:11 +00:00
Cosimo Lupo
74ec7cec2a
Bump version: 3.34.1 → 3.34.2.dev0
2018-12-17 13:16:01 +00:00
Cosimo Lupo
1dbfb09587
Release 3.34.1
2018-12-17 13:16:00 +00:00
Cosimo Lupo
6e1e0b73f1
Bump version: 3.34.0 → 3.34.1.dev0
2018-12-14 11:19:05 +00:00
Cosimo Lupo
c14701c820
Release 3.34.0
2018-12-14 11:19:04 +00:00
Denis Moyogo Jacquerye
889d683064
Bump version: 3.33.0 → 3.33.1.dev0
2018-11-30 14:20:33 +00:00
Denis Moyogo Jacquerye
3431770225
Release 3.33.0
2018-11-30 14:20:32 +00:00
Cosimo Lupo
87894641c0
pytest 4.0 doesn't recognize module name if listed in 'testpaths'
...
'fontTools' is not a folder name, but the import name of the package
where we have some doctests to be discovered and run.
even though we have --pyargs option (which makes pytest first attempt
to treat any positional arguments as module import names), with the
latest pytest 4.0.0 our tests started to fail as if the new pytest
is evaluating the default 'testpaths' (as defined in setup.cfg, used
when no arguments are supplied to pytest) _before_ the --pyargs
option, and thus it thinks that 'fontTools' is a directory name
instead of a package name...
This a workaround. It also means that if one runs `pytest` without
arguments, only the tests inside `Tests` directory are going to be
run automatically, and not also the doctests inside fontTools package.
When running the test suite using tox, all tests are run, both
those in Tests folder and the doctests in fontTools.
2018-11-15 08:47:20 +00:00
Cosimo Lupo
3ac256012a
Bump version: 3.32.0 → 3.32.1.dev0
2018-11-01 12:58:53 +00:00
Cosimo Lupo
aa7d99080a
Release 3.32.0
2018-11-01 12:58:52 +00:00
Cosimo Lupo
e2478f8911
setup.cfg: add ALLOW_UNICODE and ELLIPSIS to pytest's 'doctest_optionflags'
2018-10-22 11:20:24 +01:00
Cosimo Lupo
edd01b3fa0
Bump version: 3.31.0 → 3.31.1.dev0
2018-10-21 19:09:09 +01:00
Cosimo Lupo
3230dec69b
Release 3.31.0
2018-10-21 19:05:10 +01:00
Cosimo Lupo
f9f7363fc0
setup.cfg: mute some warnings from pytest log
...
https://github.com/fonttools/fonttools/issues/868
2018-10-18 15:40:32 +01:00
Cosimo Lupo
eb08cc0fbe
setup.py: remove pytest-runner; require pytest to run tests
...
python setup.py test no longer works. The 'tests_require' keyword in setup()
is no longer supported by setuptools.
We use tox to bootstrap the test environment, so we don't need that
2018-10-18 15:40:07 +01:00
Cosimo Lupo
ac933ac2d3
Bump version: 3.30.0 → 3.30.1.dev0
2018-09-18 16:22:57 +01:00
Cosimo Lupo
1699384cef
Release 3.30.0
2018-09-18 16:22:57 +01:00
Cosimo Lupo
388e0893fb
Bump version: 3.29.1 → 3.29.2.dev0
2018-09-10 10:26:41 +02:00
Cosimo Lupo
8b8384887e
Release 3.29.1
2018-09-10 10:26:40 +02:00
Cosimo Lupo
d125f52339
Bump version: 3.29.0 → 3.29.1.dev0
2018-07-26 15:12:56 +01:00
Cosimo Lupo
2ff6f930a1
Release 3.29.0
2018-07-26 15:12:55 +01:00
Cosimo Lupo
f251c8d665
Bump version: 3.28.0 → 3.28.1.dev0
2018-06-19 17:30:35 +01:00
Cosimo Lupo
37ed01cb4f
Release 3.28.0
2018-06-19 17:30:34 +01:00
Cosimo Lupo
1eddd0dcd2
Bump version: 3.27.1 → 3.27.2.dev0
2018-06-11 19:37:29 +01:00
Cosimo Lupo
05c3a6f44a
Release 3.27.1
2018-06-11 19:37:28 +01:00
Cosimo Lupo
bf5c3a42c6
Bump version: 3.27.0 → 3.27.1.dev0
2018-06-11 14:05:04 +01:00
Cosimo Lupo
4cfb4f8389
Release 3.27.0
2018-06-11 14:05:03 +01:00
Cosimo Lupo
a2f21a2155
Bump version: 3.26.0 → 3.26.1.dev0
2018-05-03 16:10:00 +01:00
Cosimo Lupo
e7e2bb9312
Release 3.26.0
2018-05-03 16:09:59 +01:00
Cosimo Lupo
5db9309167
Bump version: 3.25.0 → 3.25.1.dev0
2018-04-03 13:58:14 +01:00
Cosimo Lupo
852f993c28
Release 3.25.0
2018-04-03 13:58:13 +01:00
Cosimo Lupo
a952c12156
Bump version: 3.24.2 → 3.24.3.dev0
2018-03-26 23:05:15 +01:00
Cosimo Lupo
3ae981c42a
Release 3.24.2
2018-03-26 23:05:15 +01:00
Cosimo Lupo
1f99bb6d86
Bump version: 3.24.1 → 3.24.2.dev0
2018-03-06 19:39:38 +01:00
Cosimo Lupo
d604584bb3
Release 3.24.1
2018-03-06 19:39:38 +01:00
Cosimo Lupo
1d1acbb651
Bump version: 3.24.0 → 3.24.1.dev0
2018-03-01 21:10:30 +00:00
Cosimo Lupo
32fa73e356
Release 3.24.0
2018-03-01 21:07:16 +00:00
Cosimo Lupo
ff2144ee6a
Bump version: 3.23.0 → 3.23.1.dev0
2018-02-26 12:25:44 +00:00
Cosimo Lupo
47a0bbb529
Release 3.23.0
2018-02-26 12:25:20 +00:00
Cosimo Lupo
58d3818b4f
make tests less verbose to avoid incurring in Travis log limit
2018-02-21 12:11:36 +00:00
Cosimo Lupo
def3e88bd8
Bump version: 3.22.0 → 3.22.1.dev0
2018-02-04 15:15:48 -08:00
Cosimo Lupo
a2046f845a
Release 3.22.0
2018-02-04 15:14:34 -08:00