Commit Graph

21 Commits

Author SHA1 Message Date
Benoit Pierre 14c82188da test: drop pkg_resources tests dependency on easy_install 2019-11-13 11:29:22 +01:00
Benoit Pierre 7956986ed1
Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644
improve workaround for #1644
2019-11-13 10:20:49 +00:00
Jason R. Coombs 6ac7b4ee03 Suppress deprecation of bdist_wininst (redo). Ref #1823. 2019-10-31 15:58:45 -04:00
Jason R. Coombs 9fd54518fc Suppress deprecation of bdist_wininst. Ref #1823. 2019-10-31 15:00:55 -04:00
Benoit Pierre 0d831c90e3 improve workaround for #1644
Make it possible to use a more recent version of pip for tests.
2019-10-07 23:23:08 +02:00
Benoit Pierre 4598c1a2a9 tests: tweak default pytest arguments to fix Python 3.8 support 2019-06-30 14:25:12 +02:00
Miro Hrončok 760e2e1df9 Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
Jason R. Coombs 445d38472d Move ignores into conftest.py 2018-06-06 08:38:07 -04:00
Jason R. Coombs 6569952539 Apparently when specifying any doctest_optionflags, it's necessary to also indicate the defaults. Add ELLIPSIS to fix other failing tests. 2018-06-06 08:37:40 -04:00
Jason R. Coombs 5ceaa6d1ee Configure doctests to match Python 2 unicode literal syntax. 2018-06-06 08:32:21 -04:00
Benoit Pierre aa43b11bff tests: move py.test report arguments to pytest.ini
So it's possible to run tox with something like:
`py.test -k test_unicode_filename_in_sdist`, and
not loose the default report arguments.
2017-07-13 21:16:35 +02:00
Jason R. Coombs 6a960cb9e8 Add tests capturing failure of depends.get_module_constant on Python 3.6. Ref #866. 2016-12-28 20:19:17 -05:00
Thiebaud Weksteen cbd6a5bedb Add test to verify the install of Pypi top packages 2016-11-04 10:11:42 +11:00
Leonardo Rochael Almeida dd0f44984d pytest: ignore all .* directories
In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well
2016-09-08 11:54:38 -03:00
Min RK 10e1523a77 ignore .tox in pytest
avoids errors in setup.py test if tox has been run
2016-07-28 16:41:16 +02:00
Jason R. Coombs b8d3bf71fa Adding preliminary support for enforcing style rules 2016-07-21 07:37:02 -04:00
Jason R. Coombs 5f38188ed5 Ignore pavement.py 2016-02-27 09:28:19 -05:00
Jason R. Coombs 9b985a9112 Use the same technique in pkg_resources, relying on an 'extern' module to resolve the conditional import.
--HG--
branch : feature/issue-229
2015-12-31 16:47:55 -05:00
Jason R. Coombs 952c1bafda Modeling after Astropy's technique for bundling libraries, the imports are now much cleaner. Thanks @embray. Ref #229.
--HG--
branch : feature/issue-229
2015-12-31 16:30:47 -05:00
Jason R. Coombs f34cf8e924 Suppress testing of upload-releases-as-zip script 2015-11-24 11:58:35 -05:00
Jason R. Coombs eaeaf36088 Move pytest config to pytest.ini (as it conflicts with the pytest-runner pytest command). 2015-02-25 08:54:00 -05:00