Ofek Lev

Results 1176 comments of Ofek Lev

I'm trying to understand what the value of that variable would be in order to provide you accurate configuration.

There is also a feature request to support `.env` files; would that help?

I would love that, thanks! It would be part of this configuration table: https://github.com/pypa/hatch/blob/a27473d478299060327b52a85c22aa038171c376/src/hatch/project/config.py#L37 ```toml [tool.hatch.env] ```

The test environment does not inherit from anything so you must put all of your configuration within that i.e. in your example change the name to `hatch-test` and it should...

This will likely never happen but I will keep this open until further notice!

@jcrist Can you please run the CI?

I'd be eager to merge this if you or someone else wouldn't mind opening another PR 😄

Resolved by https://github.com/jcrist/msgspec/pull/890 ```pycon >>> from msgspec import Struct, StructMeta >>> from abc import ABCMeta >>> class ABCStructMeta(StructMeta, ABCMeta): ... ... >>> class StructABC(Struct, metaclass=ABCStructMeta): ... ... >>> ```

https://hatch.pypa.io/latest/config/build/#conditional-execution