Majic Projects
Gimmecert
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Gimmecert / Closed Feature request GC-28 Vagrant set-up for running tests against multiple Python versions
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    Not determined
  • Targetted for
    0.2.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    4 hours
  • Time spent
    5 hours
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

The Gimmecert is supposed to be compatible with various versions of Python. At time of this writing this includes covers version 3.4, 3.5, 3.6, and 3.7.

Since having multiple Python versions available at the same time can be problematic (unless running something like Gentoo), it would be useful to set-up a Vagrant configuration that would make the process easier.

The following should be done:

  • Add a Vagrantfile configuration file.
  • Set-up provisioning of Vagrant machine as follows:
    • Base the set-up on Debian Stretch (use the contrib image for proper Vagrant directory sharing).
    • Set a decent hostname (like gimmecert-testing) for the VM.
    • Install the necessary Python versions by building them from source.
    • Create a dedicated virtualenv for running the necessary tests (including package installation), and automatically activate it for the vagrant user on login.
  • Write development documentation for using the Vagrant machine:
    • Document procedure for running the full set of tests from within VM through tox.

Sidenote: When installing build dependencies for Python, make sure to not install OpenSSL 1.1.0 development headers, since those will not work with Python 3.4.

Todos (0 / 0)
Issue created