- 29 Dec, 2016 1 commit
-
-
Jim Porter authored
When resolving requirements, we now pass the list of extras we're using along to Marker.evaluate, since we want to include the extra's requirements in our list of required packages. This is sort of papering over the underlying issue; namely, that the dependency map for dist-info distributions looks like: { None : ['common_dep'], 'my_extra': ['extra_dep; extra = "my_extra"'] } If we eliminated 'extra = "my_extra"' when creating this map, the problem would go away because the WorkingSet would no longer treat `extra_dep` as a purely optional dependency. However, this would require copying and manipulating Requirement objects, which is somewhat more complicated than the current solution.
-
- 11 Dec, 2016 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 10 Dec, 2016 11 commits
-
-
Jason R. Coombs authored
Use py.test to launch pytest, rather than python -m test, preventing the empty path from being added to sys.path per pytest-dev/pytest#2104. Fixes #852. Also use 'usedevelop' as the setuptools.tests.fixtures aren't available in a standard install.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
docs: reorder ToC; update stray Bitbucket links
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
idle sign authored
-
idle sign authored
-
idle sign authored
-
idle sign authored
-
idle sign authored
-
idle sign authored
-
- 08 Dec, 2016 11 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Metadata and options are now could be set in configuration files
-
Jason R. Coombs authored
Spelling fixes
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Tell unittest.main not to exit, fixes #850.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 07 Dec, 2016 3 commits
-
-
Ville Skyttä authored
-
idle sign authored
-
Ville Skyttä authored
-
- 05 Dec, 2016 5 commits