Giter VIP home page Giter VIP logo

Comments (5)

ura14h avatar ura14h commented on May 20, 2024

Workaround I used:

pip uninstall pytest
pip install pytest==7.2.2

from tavern.

derekshum avatar derekshum commented on May 20, 2024

Same issue here, same work around works (pinning in poetry).

from tavern.

badk avatar badk commented on May 20, 2024

yeah, same here.
pytest < 7.3.0 solves it, but should't be the permanent solution.

from tavern.

michaelboulton avatar michaelboulton commented on May 20, 2024

https://github.com/pytest-dev/pytest/blob/ef982aaf2bce28d6b27e24756a4d29377a593a1d/src/_pytest/mark/structures.py#L211 pytest has done some weird thing where they've defined the Mark as a dataclass but then also overridden the init method so that the names of the arguments are different so I can't even do dataclasses.replace onm it. I think this will end up having to be a horrible hack but I am just going to pin pytest to <7.3 for now

from tavern.

michaelboulton avatar michaelboulton commented on May 20, 2024

#901 This does fix it , unsure of what effect this will have on downstream projects though. I'd hope that most people wouldn't be depending on a specific version of Pytest

from tavern.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.