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
Cosimo Lupo
a322156af9
Bump version: 3.21.2 → 3.21.3.dev0
2018-01-08 12:40:40 +00:00
Cosimo Lupo
a3eadbd0f9
Release 3.21.2
2018-01-08 12:40:40 +00:00
Cosimo Lupo
4b69d77ae5
Bump version: 3.21.1 → 3.21.2.dev0
2018-01-03 20:09:22 +00:00
Cosimo Lupo
d53b01f14f
Release 3.21.1
2018-01-03 20:08:49 +00:00
Cosimo Lupo
0eccebd1a0
Bump version: 3.21.0 → 3.21.1.dev0
2017-12-18 12:25:36 +00:00
Cosimo Lupo
e82773aa11
Release 3.21.0
2017-12-18 12:24:42 +00:00
Cosimo Lupo
2b4b563171
Bump version: 3.20.1 → 3.21.0.dev0
2017-11-23 18:32:24 +01:00
Cosimo Lupo
b8482d9666
Release 3.20.1
2017-11-22 18:42:53 +01:00
Cosimo Lupo
f419d44512
Bump version: 3.20.0 → 3.20.1.dev0
2017-11-21 12:33:24 +01:00
Cosimo Lupo
86b06cde45
Release 3.20.0
2017-11-21 12:31:34 +01:00
Cosimo Lupo
8bae54c072
Bump version: 3.19.0 → 3.19.1.dev0
2017-11-06 12:30:30 +00:00
Cosimo Lupo
d8170131a3
Release 3.19.0
2017-11-06 12:30:30 +00:00
Cosimo Lupo
e69484e030
Bump version: 3.18.0 → 3.18.1.dev0
2017-10-30 16:50:59 +00:00
Cosimo Lupo
244093b1bf
Release 3.18.0
2017-10-30 16:50:26 +00:00
Cosimo Lupo
84abdf8fd1
Bump version: 3.17.0 → 3.17.1.dev0
2017-10-16 18:38:25 +02:00