GithubHelp home page GithubHelp logo

Windows support about pytest-forked HOT 3 CLOSED

pytest-dev avatar pytest-dev commented on August 26, 2024
Windows support

from pytest-forked.

Comments (3)

RonnyPfannschmidt avatar RonnyPfannschmidt commented on August 26, 2024

windows has no fork support - so it can never be supported

from pytest-forked.

WillDaSilva avatar WillDaSilva commented on August 26, 2024

Would it be possible to use multiprocessing.get_context('spawn').Process(...) instead of forking? This would require passing the test node to the spawned process. I can see that Pytest nodes are not currently serializable with Pickle, but I'm not sure how difficult it would be to make them serializable.

I have a working proof of concept that uses multiprocessing with the 'fork' context instead of py.process.ForkedFunc. If passing test nodes into a spawned process is possible, it would be a big win.

from pytest-forked.

nicoddemus avatar nicoddemus commented on August 26, 2024

I can see that Pytest nodes are not currently serializable with Pickle, but I'm not sure how difficult it would be to make them serializable.

Unfortunately very difficult ("impossible" is a harsh word but pretty close!).

Besides the pytest.Node itself, there's also the problem of transferring the fixtures used by a test to the spawned process (with forking you don't have the problem because the memory is copied of course).

from pytest-forked.

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.