Adam Johnson

Results 595 comments of Adam Johnson

I think you could just decorate the test with: ``` @time_machine.travel(dt.datetime(2019, 3, 10, 7)) ``` or similar, and the test will always run outside of DST.

Ah yes, that deprecation. I am not sure what can be immediately done off the top of my head, since we deliberately avoid calling the underlying method during time travelling....

I'm not sure this is the responsibility of this library. `pytest-icdiff` focusses on giving you a better diff experience. It shouldn't be modifying the data. If want to compare output...

on macOS with APFS I'm seeing similar warnings about case-sensitive paths: ``` git clone https://github.com/vmware/chap.git Cloning into 'chap'... cd remote: Enumerating objects: 3034, done. remote: Counting objects: 100% (557/557), done....

> With respect to the comment about APFS, isn't BSD available on maxOS? If so, that might be an alternative. My guess is that you will need to also add...

I've had a look at this and it's not so easy - "--dist" is checked in many places as the authoritative flag whether to use multiple processes (or external environments),...

Ah okay, just didn't spot the tiny little link to Jenkins there - worth mentioning in a docs update 👍

pipelines are still optional on Jenkins 2, I'm using this plugin on Jenkins 2 with no pipeline, just the old setup that we've had working since Jenkins 1

Classic @graingert . Can you give @cenalulu PyPI access?

Also as part of this it could use `entry_points` in `setup` rather than `scripts`