Uploaded image for project: 'Nuxeo Drive '
  1. Nuxeo Drive
  2. NXDRIVE-984

Create a script to check any pip installation regressions

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 2.5.3
    • Fix Version/s: 2.5.6
    • Component/s: Tests

      Description

      We need to be strong against any pip deployment/installation regressions. The idea is to:

      • setup a local PyPi server;
      • run python setup.py sdist upload on that server.

      Then, on each and every platforms (as of now: GNU/Linux, macOS and Windows), do:

      • setup a fresh virtualenv;
      • run pip install nuxeo-drive from the custom server;
      • check that the Drive module works:
        % python
        >>> import nxdrive
        >>> nxdrive.__path__
        ...  # <- it must be inside the virtualenv
        

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 5 hours
                  5h