Closed Bug 1460708 Opened 6 years ago Closed 6 years ago

hook up testing with python3 to CI

Categories

(Socorro :: General, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: alexisdeschamps)

References

Details

As we fix the code to work in Python 3, we want to make sure we don't break new things. One way to do that is by running all the known-working things in CI for PRs.

This bug covers changing our CI configuration to also run the tests in Python 3.
Making this depend on the linting bug--there's no sense in working on this until that's done.
Depends on: 1460707
The linting bug is done, so it's time we do this one. Doing this will make it less likely someone (like me) inadvertently undoes Ced's work.

Tossing this at Alexis.

I think we should do this by adding another step in .circleci/config.yml . The only way to test this is by creating a PR and running it through CI.
Assignee: nobody → adeschamps
Priority: -- → P2
This is a terrible first bug. I'm not sure why I marked it like that. Blech.
Whiteboard: [good first bug]
Status: NEW → ASSIGNED
Commits pushed to master at https://github.com/mozilla-services/socorro

https://github.com/mozilla-services/socorro/commit/6cf72642339f3b04f4aabb80bd748ff114cd0520
fix bug 1460708: added Python 3 test running to CI

- we are in the process of transitioning from Python 2 to 3
- we want to make sure that things currently working stay that way
  - thus, we want to run the tests as Python 3 in addition to what we currently have

https://github.com/mozilla-services/socorro/commit/a91ffef097216f30b779c3e4667b8be84830b67f
Merge pull request #4488 from mozilla-services/ci-python3-testing

fix bug 1460708: added Python 3 test running to CI
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.