Project

General

Profile

Actions

action #153856

closed

coordination #138077: [qe-core] Packages in Python Reduced Stack

[qe-core] Extend the installation steps in the python3_setuptools test using HTTP via pip

Added by dvenkatachala 3 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
Start date:
2024-01-18
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

In the test tests/console/python3_setuptools , we install the package locally using pip. Now, extend the test by adding the installation of the package using HTTP via pip or pipx. You can use the local HTTP server.

pip install --index-url can be used to install a package from that local server.

Actions #1

Updated by dvenkatachala 3 months ago

  • Description updated (diff)
Actions #2

Updated by amanzini 3 months ago

  • Assignee set to amanzini
Actions #3

Updated by amanzini 3 months ago

from the pip install --help documentation:

-i, --index-url <url>       Base URL of the Python Package Index (default https://pypi.org/simple). This should point to a
                              repository compliant with PEP 503 (the simple repository API) or a local directory laid out in
                              the same format.

so we need to create a valid PEP 503 repository structure

Actions #5

Updated by amanzini 3 months ago

  • Status changed from New to Feedback
Actions #6

Updated by amanzini 3 months ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF