bneradt opened a new issue, #10828:
URL: https://github.com/apache/trafficserver/issues/10828

   I noticed this when I switched my dev environment yesterday from fedora:38 
to fedora:39. It seems with my fedora:39 environment, the `cmake --build build 
--target autopep8` target changes many (or all?) of the `.py` file's format. 
This is obviously terrible as we can't have different dev environments 
formatting differently between them.
   
   I'm not sure what the issue is yet. The `pip freeze` is identical between 
them:
   
   fedora:38:
   
   ```sh
   ╰─➤  pip freeze
   autopep8==1.5.3
   pycodestyle==2.6.0
   toml==0.10.2
   ```
   
   fedora:39:
   
   ```sh
   ╰─➤  pip freeze
   autopep8==1.5.3
   pycodestyle==2.6.0
   toml==0.10.2
   ```
   
   I suppose this is likely due with the upgrade from Python 3.11 in fedora:38 
to Python 3.12 in fedora:39. I'm not sure yet however.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to