We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292f756 commit d16a7d5Copy full SHA for d16a7d5
tests/test_chapter_10_production_readiness.py
@@ -1,6 +1,4 @@
1
#!/usr/bin/env python3
2
-import os
3
-import subprocess
4
import unittest
5
from pathlib import Path
6
@@ -31,6 +29,9 @@ def test_listings_and_commands_and_output(self):
31
29
self.skip_with_check(57, "Change the file to be group-writeable as well")
32
30
self.skip_with_check(61, "note container id")
33
+ # Hack to be able to pretend that 3.14 is out and we dont have to use the rc
+ self.sourcetree.run_command("docker tag python:3.14-rc-slim python:3.14-slim")
34
+
35
# hack fast-forward, nu way
36
self.skip_forward_if_skipto_set()
37
0 commit comments