John T. Wodder II

Results 121 comments of John T. Wodder II

I'm experiencing a similar problem with some Python projects of mine. Each project is located at its repository root, which contains a `pyproject.toml` file; each project also contains a `docs/`...

Even if this succeeds in merging PRs after 5 days, it won't prevent merging before the 5 days are up, which seems like the more important qualification to me.

I've realized that `AUTH` on a non-SSL connection is disabled by default unless the `SMTPD_AUTH_REQUIRE_TLS` environment variable is set to `False`. This should be documented in the README.

Best guess: You're using Pydantic 1.x. `versioningit` has required Pydantic 2.x for its tests since `versioningit` v2.2.1.

Closing due to lack of activity.

* The `test_end2end_error[errors/hg-no-tag]` test is failing because it requires Mercurial to be installed, but the test isn't correctly marked as requiring Mercurial (If it had been marked correctly, the test...

I have just released versioningit v3.1.1, containing a fix for the `test_end2end_error[errors/hg-no-tag]` issue. Are you still having problems with the `test_editable_mode[cmd1]` test?

Closing due to lack of activity.

I see the following problems/complications with this idea: * When such an environment variable is present, the querying of the VCS would be skipped, and so the only fields available...