Jace Browning

Results 66 issues of Jace Browning

When I run my tests using `pytest==3.0.6` and `pytest-cov==2.4.0`, I see the following warning: ``` ======================= pytest-warning summary ====================== WP1 None Module already imported so can not be re-written: pytest_cov...

bug

Something like: 1. `gitman add https://github.com/foo/bar` 2. `gitman add https://github.com/foo/bar@abc123` The use of `@` to specify `rev` matches the `lock` command, updated by https://github.com/jacebrowning/gitman/issues/98.

help wanted
feature

Maybe it's a bug in Pygments or something else, but https://gitman.readthedocs.io doesn't look right: ![](https://cdn.zappy.app/6c98bc49c6af88b7c71ff567d81060fc.png)

bug
help wanted

Currently, the `sources_locked` section in the configuration file contains a full copy of the metadata from the corresponding `sources` section. The only metadata required to lock a sources version is...

chore

One use case is checkout out a website's source code (`main`) to the root and compiled site (`gh-pages`) to a subdirectory.

feature

Even when tracking a SHA, first try checking out the branch to see if the current head matches the desired ref. This will leave the nested repository in a better...

chore
help wanted

http://jimkubicek.com/blog/2015/02/14/creating-a-homebrew-formula-for-a-python-project/

chore
help wanted

This matches the packaging recommendation: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Specifically, the Python 3.10 images on CircleCI no longer include `pkg_resrouces` as it's deprecated: ``` $ honcho start Traceback (most recent call last): File "/home/circleci/myproject/.venv/bin/honcho", line 5, in from honcho.command...