Coder Social home page Coder Social logo

Comments (5)

boxed avatar boxed commented on August 24, 2024

You must be running the tests incorrectly or something. testdata is not a feature, it's a FIXTURE, and it's defined in tests/conftest.py. I don't see why your test run fails.

This looks like some ports work for including mutmut in a distribution. Might I suggest just not doing this? You're just wasting your time. Let python tools work through the python ecosystem.

from mutmut.

yurivict avatar yurivict commented on August 24, 2024

This looks like some ports work for including mutmut in a distribution. Might I suggest just not doing this? You're just wasting your time. Let python tools work through the python ecosystem.

This only works on Linux.
And in general this would fail for many reasons.

(1) Many Python ports contain binaries, FreeBSD versions of which aren't available from Python wheels that are downloaded. Some packages would just fail to install using only the Python infrastructure.
(2) Some C++ and other packages depend on Python commands using some other Pythin packages. Such ports would fail to build.

Real-world situation is just much more complex and mirroring Python packages as ports is needed for users to be able to reliably use these and other packages on FreeBSD.
BTW, same happens in Linux distros.

from mutmut.

yurivict avatar yurivict commented on August 24, 2024

@boxed

There is no tests/conftest.py in the tarball downloaded from PYPI.

from mutmut.

boxed avatar boxed commented on August 24, 2024

There is no C or other dependency or whatever here.

Anyway, if you want to send a PR for fixing the pypi release then I'll merge it.

from mutmut.

yurivict avatar yurivict commented on August 24, 2024

I never did any pypi releases, so I don't know how to fix it.

from mutmut.

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.