-
-
Notifications
You must be signed in to change notification settings - Fork 590
4.10.0: pytest is failing #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This isn't supported, though it should be trivial to fix (and involves you tweaking some pytest config presumably), which is something I've mentioned multiple times before in various ways (#807 #895 #837). This is a last warning to please not waste my time. If you're doing something unsupported because you feel like it, great, but unsupported means it's not something I want to spend time helping with. |
Unit fails becaue it cannot find pytest fixture. I've asked only politely where I can find that pytest extension which provides that fixture. As result you are treatening me to ban me. I really have no udea how should reperts issues like this one without be banned. |
from #807 (comment), which is not the only time I've told you this.
I did you a favor by responding here, instead of doing the same to this one. My advice, bluntly, is figure out your own setup, otherwise use a supported one. I'm not threatening you with banning you, I'm telling you I will close any issues you file about unsupported setups, you've been told that multiple times. There's no fixture here in this repo. If you want to use pytest, learn to use it and figure out how to tell it there's no fixture in the tests. |
In that comment you've mention about use Nevertheless that comment which you've mention is about lack of installed pytest modules in your env. In other worsds thay issu ehas nothing to do with reported here issie. Did you try to use pytest to reproduce that issue? I'm asking because I don't see any thaces of using pytest in https://github.com/python-jsonschema/jsonschema/blob/main/.github/workflows/ci.yml |
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulesI cannot find what provides 'issue' fixture.
Here is pytest output:
list of modules installed in build env
The text was updated successfully, but these errors were encountered: