Giter VIP home page Giter VIP logo

aiohappyeyeballs's People

Contributors

bdraco avatar pre-commit-ci[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aiohappyeyeballs's Issues

Tokenless publishing reconfiguration

With that the project is moving under @aio-libs I reconfigured the PyPI trust to only allow aio-libs/aiohappyeyeballs with the environment name pypi and the workflow name ci-cd.yml. So it should be renamed for the new config to work.

ModuleNotFoundError: No module named 'test' in tests/test_impl.py

Describe the bug
Using a python:3.11.7 docker container I run into the following import error when running the test suite.

ImportError while importing test module '/root/aiohappyeyeballs/tests/test_impl.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_impl.py:3: in <module>
    from test.test_asyncio import utils as test_utils
E   ModuleNotFoundError: No module named 'test'

To Reproduce
Steps to reproduce the behavior:

git clone https://github.com/bdraco/aiohappyeyeballs
cd aiohappyeyeballs/
poetry install
poetry run pytest

Additional context
The test module is documented for internal use by the python interpreter and apparently not present in all Python distributions.

The test package is meant for internal use by Python only. It is documented for the benefit of the core developers of Python. Any use of this package outside of Python’s standard library is discouraged as code mentioned here can change or be removed without notice between releases of Python.

https://docs.python.org//3.12/library/test.html#module-test

🔔 [aiohttp] Downstream notification: a brand-new dependency

cc @hroncok @mgorny

Hey folks, I know you package aiohttp in Fedora and Gentoo. This library is a new project that is going to be a mandatory dependency of aiohttp. So I figured I'd ping you before the dependency ends up in a published release.

P.S. It is packaged with Poetry so pyproject-rpm-macros and gpep517 should handle it without any issues.

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.